Updated Linux (markdown)

master
Hunter Long 2019-02-12 13:11:17 -08:00
parent d7742a6da3
commit 750be9b81c
1 changed files with 1 additions and 0 deletions

@ -14,6 +14,7 @@ sudo snap install statping
# 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.
- Apt: `apt install ruby-sass -y`
- Node: `npm install sass -g`
- Ruby: `gem install sass`