mirror of https://github.com/statping/statping
Updated Mac (markdown)
parent
516d7a3e6f
commit
3431182195
8
Mac.md
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`
|
||||
|
|
Loading…
Reference in New Issue