From ba06b865ecd285bab9e026a7b6bb9d680804e994 Mon Sep 17 00:00:00 2001 From: David Awad Date: Thu, 4 Dec 2014 14:00:17 -0500 Subject: [PATCH] Simple command for most linux users just added this as I was on ubuntu and i think it's fair to assume that people will have ruby installed. Love the name by the way, I loled at selective steve. --- source/install.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/install.html.haml b/source/install.html.haml index 0c42b28..e94902d 100644 --- a/source/install.html.haml +++ b/source/install.html.haml @@ -64,6 +64,9 @@ title: Install Sass %dd If you're using a distribution of Linux, you'll need to install Ruby first. You can install Ruby through the apt package manager, rbenv, or rvm. + %pre + :preserve + sudo su -c "gem install sass" %dl#install-ruby-windows %dt Windows