From cbe507d35a50e2acde09fa4e3d744facba18502d Mon Sep 17 00:00:00 2001 From: pbrotherton Date: Thu, 7 Jul 2016 10:44:54 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5f7b30..04c8821 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,12 @@ $ cd /vagrant $ rails s -b 0.0.0.0 ``` -#-------------- -You might need to run the following commands in Terminal if you get errors: -$ sudo apt-get install nodejs -$ cd /vagrant/config -$ cp app_config.yml.example app_config.yml +You might need to run some of the following commands if you get errors: +```shell +$ sudo apt-get install nodejs $ rake db:schema:load ($bundle install first on you get errors) -#-------------- - +``` Point a browser on your host system to http://127.0.0.1:3031. Editing of the project files on your host system will be reflected when you hit reload in your browser.