From 82a588a226c4148a87df6112ceb1cb2953c89704 Mon Sep 17 00:00:00 2001 From: Mike Heft Date: Mon, 8 Jul 2024 15:12:34 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 385bdd3..acd6060 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ ## Usage ### Setup -_Be sure to get the environment variables from Marlene. You will need the `GOOGLE_API_KEY` to geocode the routes_ +_Be sure to get the environment variables from Marlene and add them to the `application.yml` . You will need the `GOOGLE_API_KEY` to geocode the routes_ - Clone repo: `git clone git@github.com:mikeheft/route_rater.git` - Cd into directory: `cd route_rater` - Install dependencies: `bundle isntall` + - `bundle exec figaro install` To add the application.yml file - Setup DataBase: `bundle exec rails db:create db:migrate db:seed` - Run test suite: `bundle exec rspec` - Start the app: `./app_start.sh`