diff --git a/Mac.md b/Mac.md index aa647ef..85890ef 100644 --- a/Mac.md +++ b/Mac.md @@ -1,6 +1,14 @@ # Installing on Mac +Statup includes an easy to use homebrew formula to quick get your Status Page up and running locally. ```bash brew tap hunterlong/statup brew install statup -``` \ No newline at end of file +``` + +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`. \ No newline at end of file