Skip to content

Commit

Permalink
FIX troubleshooting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed Oct 6, 2023
1 parent 34cb638 commit 1e4540e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ $ bundle exec jekyll serve --trace
### Troubleshooting
Cockroach docs run on the `2.3.4` version of bundle. If you recive an error that the bundle do not correspond force the install bundle by running this in the console:
```console
bundle 2.3.4 install
```
bundle 2.3.4 install |-> Seems outdated. try:
```console
gem install bundler:2.1.4
bundle _2.1.4_ install
---

## Things to add:
Expand Down

0 comments on commit 1e4540e

Please sign in to comment.