From 5f98da27170c18ffaf33c576d2746baf6eee6af0 Mon Sep 17 00:00:00 2001 From: Daniel Krah Date: Sat, 11 Feb 2017 01:20:04 +0100 Subject: [PATCH] Update README.md (#86) change installation of sass on mac. Version via gem is outdated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 587694f..ae7bba7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ On Mac you have to install only npm via brew and sass /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install node - sudo gem install sass + npm install node-sass Execute these commands on your server as a normal user to prepare the dependencies: