Skip to content

Commit

Permalink
Add instruction to run rbenv rehash if rspec fails (TheOdinProject#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMcCallister authored Nov 6, 2023
1 parent fb55a50 commit aa6cba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ You should see a message that says something along the lines of "6 gems installe

Which should print a few lines about not finding any examples. This is ok and means it's working!

If your shell reports that it cannot find the rspec binary, it may be necessary to run the following command:

rbenv rehash

## Usage

Each directory contains a read me with instructions for the exercises within them.

0 comments on commit aa6cba4

Please sign in to comment.