From 2ac6ab0ae18535aefcaacdae782d5ea22e7a213a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 28 Dec 2019 00:43:05 -0800 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.