From 39fb93bde89c19d330340605fcdc9384804f11ef Mon Sep 17 00:00:00 2001 From: James McGrath Date: Fri, 20 Jan 2012 09:29:34 +1000 Subject: [PATCH] Changed formatting to help with readability. Fixed mispelling of "coffeesscript" in repository name. Added "cd coffeescript" step. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af06765..e76dd43 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ A little plugin to let you hack on coffeescript ###How do I install it? - cd ~/.redcar/plugins - git clone git@github.com:superchris/redcar-coffeesscript.git coffeescript + git clone git@github.com:superchris/redcar-coffeescript.git coffeescript + cd coffeescript git submodule init git submodule update rm ~/.redcar/cache/textmate_bundles.cache - Restart redcar (to force reload of tm bundle) - + +Restart redcar (to force reload of tm bundle)