diff --git a/docs/contribute/stage-documentation-changes.md b/docs/contribute/stage-documentation-changes.md index 452c38170c..48d28aad15 100644 --- a/docs/contribute/stage-documentation-changes.md +++ b/docs/contribute/stage-documentation-changes.md @@ -90,6 +90,14 @@ web server: 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 + + 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 %} {% capture whatsnext %}