From 693adf181e6deffbda2de557a2513b3396fe55f1 Mon Sep 17 00:00:00 2001 From: Brandon Stewart Date: Tue, 9 Jan 2018 10:21:24 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 7f2fbf3eae..f564085963 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can download the source with the command: ### Get it running -For those new to Rails, the following tutorial will help get you up to speed with configuring a Rails environment: http://guides.rubyonrails.org/getting_started.html . +For those new to Rails, the following tutorial will help get you up to speed with configuring a Rails environment: http://guides.rubyonrails.org/getting_started.html. If you run into any issues getting your local environment up and running, please consult the wiki for this repository. First, check your dependencies: Ensure that you have Ruby 2.1.5 installed: @@ -56,12 +56,6 @@ Install the project's gem dependencies: cd openfoodnetwork bundle install -If you run into an issue installing libv8 when you bundle, try running the following commands: - - gem install libv8 -v ‘3.16.14.11’ -- --with-system-v8 - or - gem install libv8 -v 3.16.14.11 -- --with-system-v8 - Configure the site: cp config/application.yml.example config/application.yml