Update Readme.md

This commit is contained in:
James 2024-01-11 15:49:59 -06:00
parent 071a04cca9
commit 9ae07fc301

View file

@ -33,6 +33,7 @@ Run the bundle command from the project's root directory
``` ```
sudo apt install ruby ruby-bundler sudo apt install ruby ruby-bundler
cd /path/to/project/
bundle config set --local path 'vendor/bundle' bundle config set --local path 'vendor/bundle'
bundle install bundle install
``` ```