Update README.md (#86)

change installation of sass on mac.
Version via gem is outdated
This commit is contained in:
Daniel Krah 2017-02-11 01:20:04 +01:00 committed by PetaByteBoy // Milan Pässler
parent 1a6a4329b5
commit 5f98da2717

View file

@ -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: