Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Merged next-release README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Aug 21, 2016
1 parent ec685ec commit d6807eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit d6807eb

Please sign in to comment.