Updated Mac (markdown)

master
Hunter Long 2019-02-12 13:08:37 -08:00
parent 516d7a3e6f
commit 3431182195
1 changed files with 7 additions and 1 deletions

8
Mac.md

@ -14,4 +14,10 @@ If you don't have brew, then you can install it with this command below:
bash <(curl -s https://statping.com/install.sh)
```
Once you've installed it, checkout which version you have by running `statping version`.
Once you've installed it, checkout which version you have by running `statping version`.
# Compiling SCSS for Custom Theme
Statping requires `sass` to be installed to the local machine to compile SCSS into CSS if you want to use the Custom Theme features.
- Node: `npm install sass -g`
- Ruby: `gem install sass`