Updated Mac (markdown)

master
Hunter Long 2019-02-01 13:27:09 -08:00
parent dd4644acf5
commit 90ef513885
1 changed files with 4 additions and 4 deletions

8
Mac.md

@ -1,8 +1,8 @@
# Installing on Mac # Installing on Mac
Statping includes an easy to use [Homebrew Formula](https://github.com/hunterlong/homebrew-statup) 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, 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,
```bash ```bash
brew tap hunterlong/statping brew tap hunterlong/statping
brew install statup brew install statping
``` ```
<p align="center"> <p align="center">
@ -11,7 +11,7 @@ brew install statup
If you don't have brew, then you can install it with this command below: If you don't have brew, then you can install it with this command below:
```bash ```bash
bash <(curl -s https://statup.io/install.sh) bash <(curl -s https://statping.com/install.sh)
``` ```
Once you've installed it, checkout which version you have by running `statup version`. Once you've installed it, checkout which version you have by running `statping version`.