Skip to content

Commit

Permalink
modify install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
urza authored Jun 25, 2024
1 parent 0b5cf0c commit c218272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then grab the URL where this is accesible and reachable from your servers. You m

## 2. Install the curl script that will periodically post information about disk usage from your servers to the api. It will send it's hostname and % usage of the filesystem mounted on "/"

curl -sSL "https://raw.githubusercontent.com/urza/SpaceChecker/main/space_checker_install.sh" && sh space_checker_install.sh "http(s)://API_ADDRESS"
curl -sSL "https://raw.githubusercontent.com/urza/SpaceChecker/main/space_checker_install.sh" | sh -s "http(s)://API_ADDRESS"

Replace `http(s)://API_ADDRESS` with your API's real address.

Expand Down

0 comments on commit c218272

Please sign in to comment.