From 582d2079eabe55e308221c5ed1b3b25484a86e5b Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 5 Jan 2017 09:55:12 -0800 Subject: [PATCH] Update stage-documentation-changes.md --- docs/contribute/stage-documentation-changes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/contribute/stage-documentation-changes.md b/docs/contribute/stage-documentation-changes.md index 86e19ca42b..cb8858509d 100644 --- a/docs/contribute/stage-documentation-changes.md +++ b/docs/contribute/stage-documentation-changes.md @@ -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"}. + +NOTE: If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`: gem install bundler bundle install bundler exec jekyll serve -1. View your staged content at -[http://localhost:4000](http://localhost:4000){: target="_blank"}. + Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: [http://localhost:4000](http://localhost:4000) {% endcapture %}