From d6807eb529ba3ca900a2a934edcd7374f5388256 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 21 Aug 2016 09:06:20 -0700 Subject: [PATCH] Merged next-release README updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06f77dba02..798f6e8463 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,9 @@ To install Jekyll for use with PCjs: 1. Install Ruby (on OS X, it should already be installed) 2. Install Bundler (on OS X, run `sudo gem install bundler`) - 3. Create a `Gemfile` containing `gem 'github-pages'` (this is already checked in) - 4. Run `bundle install` (GitHub Pages alternatively suggests: `bundle exec jekyll build --safe`) - 5. Checkout the `gh-pages` branch, since only that branch contains all the Jekyll-related files + 3. Checkout the `gh-pages` branch, since only that branch contains all the Jekyll-related files + 4. Create a `Gemfile` containing `gem 'github-pages'` (this is already checked in) + 5. Run `bundle install` (GitHub Pages alternatively suggests: `bundle exec jekyll build --safe`) 6. Run `bundle exec jekyll serve` to start the web server Now open a web browser and go to `http://localhost:4000/`. You're done!