diff --git a/Mac.md b/Mac.md index 6b5a99e..89d8ce4 100644 --- a/Mac.md +++ b/Mac.md @@ -10,8 +10,8 @@ brew install statping

If you don't have brew, then you can install it with this command below: -```bash -bash <(curl -s https://statping.com/install.sh) +```shell +curl -o- -L https://statping.com/install.sh | bash ``` Once you've installed it, checkout which version you have by running `statping version`.