Update README.md
This commit is contained in:
parent
6a1732c979
commit
6b639647e9
|
|
@ -1,6 +1,6 @@
|
||||||
# VRChat-Curl-Online
|
# VRChat-Curl-Online
|
||||||
|
|
||||||
A script that curls the VRChat API to check if target friend users are online.
|
A script that curls the VRChat API to check if target friend users are online and sends you a notification if target user is online.
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
@ -8,5 +8,6 @@ A script that curls the VRChat API to check if target friend users are online.
|
||||||
- bash
|
- bash
|
||||||
- libnotify-bin
|
- libnotify-bin
|
||||||
- seq (In GNU coreutils)
|
- seq (In GNU coreutils)
|
||||||
|
- echo (In GNU coreutils)
|
||||||
- curl
|
- curl
|
||||||
- jq
|
- jq
|
||||||
Loading…
Reference in New Issue