Merge pull request #1419 from ADTC/ghp-readme-install

Expanded instructions for getting started
This commit is contained in:
Dylan Thacker-Smith
2021-03-30 09:34:29 -07:00
committed by GitHub
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'github-pages', '>=180', group: :jekyll_plugins gem 'github-pages', '>=180', group: :jekyll_plugins
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
+7 -4
View File
@@ -2,7 +2,10 @@
To run, follow these steps: To run, follow these steps:
1. Download ZIP or clone in GitHub 1. [Download and install Ruby](https://www.ruby-lang.org/en/downloads)
2. Navigate to `liquid-gh-pages` folder or checkout `gh-pages` branch 2. Download ZIP or clone in GitHub
3. Run `bundle exec jekyll serve` 3. Navigate to `liquid-gh-pages` folder or checkout `gh-pages` branch
4. Open `http://127.0.0.1:4000/liquid/` in your browser 4. Run `gem install bundler`
5. Run `bundle install`
6. Run `bundle exec jekyll serve`
7. Open [`http://127.0.0.1:4000/liquid/`](http://127.0.0.1:4000/liquid/) in your browser