Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 6, 2024
1 parent 7e42ef7 commit 0aaf0d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aaf0d6

Please sign in to comment.