From fedaa6862c1c2efa3fec543bea837395662d8e33 Mon Sep 17 00:00:00 2001 From: Kumar Abhinav Date: Fri, 3 Jan 2014 17:51:07 +0800 Subject: [PATCH] Update CONTRIBUTING.md fixing the doc as per discussed in the comments for pr/1824 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39b52038cc..b396ba5d36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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