Update README.md (#86)
change installation of sass on mac. Version via gem is outdated
This commit is contained in:
parent
1a6a4329b5
commit
5f98da2717
|
@ -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)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
brew install node
|
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:
|
Execute these commands on your server as a normal user to prepare the dependencies:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue