mirror of https://github.com/statping/statping
Updated Mac (markdown)
parent
0cc6ab96cc
commit
2f6d012e1b
8
Mac.md
8
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`.
|
Loading…
Reference in New Issue