From 30ff6a9f919e68f22ad51b0acdfaf1735c8bf566 Mon Sep 17 00:00:00 2001 From: Moorviper Date: Thu, 25 Feb 2016 15:49:45 +0100 Subject: [PATCH] README - update install (Mac OS) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ff1959..424b63a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Install npm and Sass with your package-manager. On Debian-like systems run: or if you have bundler you can install ruby-sass simply via `bundle install` +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 + Execute these commands on your server as a normal user to prepare the dependencies: git clone https://github.com/plumpudding/hopglass