Update stage-documentation-changes.md

reviewable/pr2145/r2
Jared 2017-01-05 09:55:12 -08:00 committed by GitHub
parent e8727e886e
commit 582d2079ea
1 changed files with 5 additions and 3 deletions

View File

@ -87,14 +87,16 @@ web server:
jekyll serve
NOTE: If you do not want jekyll to interfere with your other globally installed gems, you can use bundler:
1. View your staged content at
[http://localhost:4000](http://localhost:4000){: target="_blank"}.
<i>NOTE: If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`:</i>
gem install bundler
bundle install
bundler exec jekyll serve
1. View your staged content at
[http://localhost:4000](http://localhost:4000){: target="_blank"}.
<i> Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: [http://localhost:4000](http://localhost:4000)</i>
{% endcapture %}