From 57462f98fcfc8fd7f6154025ad0af824e45fceff Mon Sep 17 00:00:00 2001 From: james Date: Fri, 1 Nov 2024 15:43:52 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca3abc2..8012f40 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,10 @@ Run the bundle install command from the project's root directory ``` sudo apt install ruby ruby-bundler ruby-dev gcc pkgconf make g++ -bundle config set --local path 'vendor/bundle' +echo 'gem: --no-document' >> ~/.gemrc +sudo cp ~/.gemrc /root/ +bundle config set --global path 'vendor/bundle' +sudo cp -r .bundle /root/ cd my-project bundle install @@ -61,7 +64,8 @@ sudo apt install ruby ruby-dev gcc pkgconf make g++ echo 'gem: --no-document' >> ~/.gemrc sudo cp ~/.gemrc /root/ sudo gem install bundler -bundle config set --local path 'vendor/bundle' +bundle config set --global path 'vendor/bundle' +sudo cp -r .bundle /root/ cd my-project bundle install