Update README.md

This commit is contained in:
James 2024-11-04 23:25:40 -06:00
parent 2024a8367b
commit a9f4b05b16

View file

@ -45,7 +45,7 @@ cd my-project
Run the bundle install command from the project's root directory Run the bundle install command from the project's root directory
``` ```
sudo apt install ruby ruby-bundler ruby-dev gcc pkgconf make g++ sudo apt install ruby ruby-bundler ruby-dev gcc pkgconf make g++ libyaml-dev
echo 'gem: --no-document' >> ~/.gemrc echo 'gem: --no-document' >> ~/.gemrc
sudo cp ~/.gemrc /root/ sudo cp ~/.gemrc /root/
bundle config set --global path 'vendor/bundle' bundle config set --global path 'vendor/bundle'
@ -60,7 +60,7 @@ bundle install
Similar to above but might as well use the gem install to get the latest bundler. The Debian apt packaged bundler is currently a bit outdated and missing some features compared to the latest. Similar to above but might as well use the gem install to get the latest bundler. The Debian apt packaged bundler is currently a bit outdated and missing some features compared to the latest.
``` ```
sudo apt install ruby ruby-dev gcc pkgconf make g++ sudo apt install ruby ruby-dev gcc pkgconf make g++ libyaml-dev
echo 'gem: --no-document' >> ~/.gemrc echo 'gem: --no-document' >> ~/.gemrc
sudo cp ~/.gemrc /root/ sudo cp ~/.gemrc /root/
sudo gem install bundler sudo gem install bundler