We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4591a1f commit ea82c57Copy full SHA for ea82c57
README.md
@@ -15,7 +15,7 @@ you only have one image, place it in the 'original' folder.
15
1. You need "ruby" and "ruby-bundler" installed locally. These instructions
16
were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
17
2. As needed, `git submodule update --init --recursive` to fetch the submodules
18
-3. One time, run `bundle install --path vendor/bundle`
+3. One time, run `bundle config set path 'vendor/bundle' && bundle install ``
19
4. Run `bundle exec jekyll serve` to generate the site locally
20
5. Visit the displayed "server address"
21
6. After most local edits, the content will be updated. You will need to
0 commit comments