m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ruby.md
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.md')
-rw-r--r--ruby.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/ruby.md b/ruby.md
index 2b205ce..cf9d7b3 100644
--- a/ruby.md
+++ b/ruby.md
@@ -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