From 0aaf0d6e509ee13a01d7a383af6ebe10194721ad Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Tue, 6 Aug 2024 10:24:01 +0100 Subject: [PATCH] Updates readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fee63ae..8bb578e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ cd lr-landing && bundle install ``` +#### Trouble shooting bundle install + +If bundle install does not work add a .bundle directory and create a config +file. So you now have .bundle/config. +Add the following line to the config file. +BUNDLE_RUBYGEMS__PKG__GITHUB__COM: "your-username:your-personal-access-token" +Then run bundle install again and eveything should work. + Start the app locally for development: ```sh