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:
lifehackerhansol 2023-10-04 09:09:12 -07:00
parent c798af9a53
commit c4acedda91
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -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
```