From 750be9b81cbb642a99b3ca8851898a5c644161d7 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 12 Feb 2019 13:11:17 -0800 Subject: [PATCH] Updated Linux (markdown) --- Linux.md | 1 + 1 file changed, 1 insertion(+) 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`