From 3431182195f2c0089f02b732faad6cb6b00258d4 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 12 Feb 2019 13:08:37 -0800 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Mac.md b/Mac.md index 9a2b188..6b5a99e 100644 --- a/Mac.md +++ b/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`. \ No newline at end of file +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`