SC5 / gulp-bobrsass-boilerplate

Gulp BoBrSASS Boilerplate
7 stars 13 forks source link

Install instructions #27

Closed kennu closed 9 years ago

kennu commented 9 years ago

The current README gives these install instructions:

gem update --system gem install sass compass npm install

There is no clear step that says how to install the actual boilerplate. Presumably, it's:

git clone git@github.com:SC5/gulp-bobrsass-boilerplate.git

And some kind of git fork operation, before npm install?

kennu commented 9 years ago

(Also, I think a

npm install -g gulp

is probably needed?)