From 5bdcd011f15b99b60240bad15bd82b3e4de53009 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 28 Dec 2019 00:44:05 -0800 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mac.md b/Mac.md index 89d8ce4..d5dd5cc 100644 --- a/Mac.md +++ b/Mac.md @@ -1,19 +1,19 @@ # Installing on Mac Statping includes an easy to use [Homebrew Formula](https://github.com/hunterlong/homebrew-statping) to quick get your Status Page up and running locally. Statping on brew is automatically generated for each new release to master. Install with the commands below, +###### Using Homebrew ```bash brew tap hunterlong/statping brew install statping ``` +###### Using the Terminal +```shell +curl -o- -L https://statping.com/install.sh | bash +```

-If you don't have brew, then you can install it with this command below: -```shell -curl -o- -L https://statping.com/install.sh | bash -``` - Once you've installed it, checkout which version you have by running `statping version`. # Compiling SCSS for Custom Theme