Skip to content

Commit ea82c57

Browse files
author
Alvaro Figueroa
committed
Change on README, --path is being deprecated on bundle
1 parent 4591a1f commit ea82c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ you only have one image, place it in the 'original' folder.
1515
1. You need "ruby" and "ruby-bundler" installed locally. These instructions
1616
were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
1717
2. As needed, `git submodule update --init --recursive` to fetch the submodules
18-
3. One time, run `bundle install --path vendor/bundle`
18+
3. One time, run `bundle config set path 'vendor/bundle' && bundle install ``
1919
4. Run `bundle exec jekyll serve` to generate the site locally
2020
5. Visit the displayed "server address"
2121
6. After most local edits, the content will be updated. You will need to

0 commit comments

Comments
 (0)