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:
|
||||
- ruby(-dev)
|
||||
- bundler
|
||||
- jekyll and its dependencies
|
||||
|
||||
To test the website locally, simply run the following commands:
|
||||
```sh
|
||||
bundle config set --local path vendor/bundle
|
||||
bundle install
|
||||
bundle exec jekyll serve --incremental
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue