0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Update CONTRIBUTING.md

fixing the doc as per discussed in the comments for pr/1824
This commit is contained in:
Kumar Abhinav 2014-01-03 17:51:07 +08:00
parent a50f5e1b9d
commit fedaa6862c

View file

@ -251,7 +251,7 @@ When cloning from GitHub be sure to use SSH and to run `git submodule update --i
### I get "Syntax error: File to import not found or unreadable: bourbon/_bourbon."
Sounds like you don't have the Ruby gem "bourbon" installed. Make sure you have Ruby, and then
run `gem install bourbon`.
run `gem install bourbon`, and `grunt init`.
### Ghost doesn't do anything - I get a blank screen