readme: Jekyll is installed from bundle install
, so it isn't a prereq
Also, install to local directory as opposed to global
This commit is contained in:
parent
c798af9a53
commit
c4acedda91
1 changed files with 1 additions and 1 deletions
|
@ -9,10 +9,10 @@ https://wii.hacks.guide/
|
||||||
This requires the following installed on your system:
|
This requires the following installed on your system:
|
||||||
- ruby(-dev)
|
- ruby(-dev)
|
||||||
- bundler
|
- bundler
|
||||||
- jekyll and its dependencies
|
|
||||||
|
|
||||||
To test the website locally, simply run the following commands:
|
To test the website locally, simply run the following commands:
|
||||||
```sh
|
```sh
|
||||||
|
bundle config set --local path vendor/bundle
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec jekyll serve --incremental
|
bundle exec jekyll serve --incremental
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue