From c4acedda91dc6ce84778d46022470eeb97d4d423 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 4 Oct 2023 09:09:12 -0700 Subject: [PATCH] readme: Jekyll is installed from `bundle install`, so it isn't a prereq Also, install to local directory as opposed to global --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947ec6d83..2aab20639 100644 --- a/README.md +++ b/README.md @@ -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 ```