mirror of https://github.com/statping/statping
Updated Mac (markdown)
parent
2ac6ab0ae1
commit
5bdcd011f1
10
Mac.md
10
Mac.md
|
@ -1,19 +1,19 @@
|
|||
# Installing on Mac
|
||||
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,
|
||||
###### Using Homebrew
|
||||
```bash
|
||||
brew tap hunterlong/statping
|
||||
brew install statping
|
||||
```
|
||||
###### Using the Terminal
|
||||
```shell
|
||||
curl -o- -L https://statping.com/install.sh | bash
|
||||
```
|
||||
|
||||
<p align="center">
|
||||
<img width="80%" src="https://img.cjx.io/statupbrewinstall.gif">
|
||||
</p>
|
||||
|
||||
If you don't have brew, then you can install it with this command below:
|
||||
```shell
|
||||
curl -o- -L https://statping.com/install.sh | bash
|
||||
```
|
||||
|
||||
Once you've installed it, checkout which version you have by running `statping version`.
|
||||
|
||||
# Compiling SCSS for Custom Theme
|
||||
|
|
Loading…
Reference in New Issue