Updated Mac (markdown)

master
Hunter Long 2018-06-25 19:24:15 -07:00
parent 0cc6ab96cc
commit 2f6d012e1b
1 changed files with 9 additions and 1 deletions

10
Mac.md

@ -1,6 +1,14 @@
# Installing on Mac # Installing on Mac
Statup includes an easy to use homebrew formula to quick get your Status Page up and running locally.
```bash ```bash
brew tap hunterlong/statup brew tap hunterlong/statup
brew install statup brew install statup
``` ```
If you don't have brew, then you can install it with this command below:
```bash
bash <(curl -s https://statup.io/install.sh)
```
Once you've installed it, checkout which version you have by running `statup version`.