diff --git a/Linux.md b/Linux.md index 2db6083..26dd051 100644 --- a/Linux.md +++ b/Linux.md @@ -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`