From 339655eedf8e7fbc6a81261d3e1b4d429fc2c0a4 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 13 May 2023 01:57:55 -0500 Subject: [PATCH] Fix incorrect argument name (--livereload) --- Launch.ps1 | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Launch.ps1 b/Launch.ps1 index 4d38614..8c95b45 100644 --- a/Launch.ps1 +++ b/Launch.ps1 @@ -1 +1 @@ -bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --live-reload --trace \ No newline at end of file +bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --livereload --trace \ No newline at end of file diff --git a/README.md b/README.md index 611d447..932a47e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Jekyll-based static blog for my personal usage. Styling originally by [Delan A ## Usage -Note: `Gemfile.lock` generated on Ruby 3.2.2 - delete `Gemfile.lock` for Ruby 2.x support. +Note: `Gemfile.lock` generated on Ruby 3.2.2 - delete & regenerate `Gemfile.lock` for Ruby 2.x support. ```bash bundle install @@ -20,7 +20,7 @@ bundle exec jekyll build --config _config.yml -t ``` Additionally, `./Launch.ps1` can be used to launch the site -with `--drafts --unpublished --incremental --open-url --live-reload --trace` enabled. +with `--drafts --unpublished --incremental --open-url --livereload --trace` enabled. ## Development Notes