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 +```