From 2f6d012e1b08843a8b0fb114b2fbfeec8d498de8 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 25 Jun 2018 19:24:15 -0700 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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