From 6ccce9f33253fb12075d45db0df4e2380dc7e9fc Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 29 Sep 2014 23:56:34 +0200 Subject: [PATCH] Minor changes on readme. --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 24209044..f8acb5e6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -Taiga Front -=============== +# Taiga Front # ![Kaleidos Project](http://kaleidos.net/static/img/badge.png "Kaleidos Project") -Setup initial environment -------------------------- +## Setup initial environment ## Install requirements: @@ -13,21 +11,22 @@ Install requirements: You can install Ruby through the apt package manager, rbenv, or rvm. Install Sass through your **Terminal or Command Prompt**. -```bash - gem install sass - sass -v // should return Sass 3.3.8 (Maptastic Maple) +``` +$ gem install sass scss-lint +$ export PATH="~/.gem/ruby/2.1.0/bin:$PATH" +$ sass -v // should return Sass 3.3.8 (Maptastic Maple) ``` -> Complete process for all OS at: http://sass-lang.com/install +Complete process for all OS at: http://sass-lang.com/install **Node + Bower + Gulp** -```bash - sudo npm install -g gulp - npm install - sudo npm install -g bower - bower install - gulp +``` +$ sudo npm install -g gulp +$ sudo npm install -g bower +$ npm install +$ bower install +$ gulp ``` And go in your browser to: http://localhost:9001/