From 90ef513885eca57fa90055b653229a93b4e1d0a9 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 1 Feb 2019 13:27:09 -0800 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mac.md b/Mac.md index c3969f1..9a2b188 100644 --- a/Mac.md +++ b/Mac.md @@ -1,8 +1,8 @@ # 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 brew tap hunterlong/statping -brew install statup +brew install statping ```

@@ -11,7 +11,7 @@ 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) +bash <(curl -s https://statping.com/install.sh) ``` -Once you've installed it, checkout which version you have by running `statup version`. \ No newline at end of file +Once you've installed it, checkout which version you have by running `statping version`. \ No newline at end of file