diff options
| -rw-r--r-- | ruby.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,11 @@ ### Install packages locally - bundle install --path vendor/bundle + bundle config set path vendor/bundle + bundle install + + # Previously was like this, but apparently this is deprecated now: + # bundle install --path vendor/bundle ## Gemfile |