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 ```