From fea46862990ce56b6bf3f4b500263b348e6bc25d Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Tue, 17 Apr 2012 11:13:52 -0700 Subject: [PATCH] More updates to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a177b2c5..194c4575 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Looking for community help here. If you're looking to install Kandan on a private server (why??) then here are some notes you'll want to read: # For development-mode - sudo apt-get install nodejs # (execjs needed an execution environment) - gem install execjs # (maybe I could have just added this to the gemfile?) + sudo apt-get install nodejs # (execjs needs an execution environment) + gem install execjs # (Could possibly be added to the gemfile in the assets group) # Add this to the gemfile: group :development do