From aa6cba4da70777dcac0060c06bb1b77916f9c115 Mon Sep 17 00:00:00 2001 From: Austin McCallister <93660712+AustinMcCallister@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:57:48 -0500 Subject: [PATCH] Add instruction to run rbenv rehash if rspec fails (#94) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a61a26e4b5..b4cc355c36 100644 --- a/README.md +++ b/README.md @@ -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.