Update README.md

This commit is contained in:
Curt Spark 2024-02-28 16:17:03 +00:00
parent 6a1732c979
commit 6b639647e9
1 changed files with 2 additions and 1 deletions

View File

@ -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