From 9ae07fc30186feb3c5b042f627a92e550e2cc9d4 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 11 Jan 2024 15:49:59 -0600 Subject: [PATCH] Update Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2056778..693377c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Run the bundle command from the project's root directory ``` sudo apt install ruby ruby-bundler +cd /path/to/project/ bundle config set --local path 'vendor/bundle' bundle install ```