From c218272ab8c68d33d0cc6c3ea078ba885e40757c Mon Sep 17 00:00:00 2001 From: urza <189804+urza@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:26:23 +0200 Subject: [PATCH] modify install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e78709..4964ae1 100644 --- a/README.md +++ b/README.md @@ -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.