aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-12 22:50:47 -0800
committerChris Rebert <[email protected]>2015-11-12 22:50:47 -0800
commit02e851791629e4fdfbfda19f8a77bcedf009a7ec (patch)
treefa81efed8c28d8a33902ae6962bb6a84cebb114f /README.md
parent114a2d913ee7782ea45809fee21ddcefc09c4b3d (diff)
parent4b1c2c3d92e1f1bdd330548c5a5c9a32f1cc7da8 (diff)
downloadbootstrap-02e851791629e4fdfbfda19f8a77bcedf009a7ec.tar.xz
bootstrap-02e851791629e4fdfbfda19f8a77bcedf009a7ec.zip
Merge pull request #17505 from hkdobrev/v4-bundle-instructions
Recommend using bundle for running docs locally [skip sauce]
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2eb9b3a88..0c792dd00 100644
--- a/README.md
+++ b/README.md
@@ -66,11 +66,9 @@ Bootstrap's documentation, included in this repo in the root directory, is built
### Running documentation locally
-1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
- - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
-2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
-3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
-4. Open <http://localhost:9001> in your browser, and voilĂ .
+1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/master/docs/getting-started/build-tools#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
+2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.
+3. Open <http://localhost:9001> in your browser, and voilĂ .
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).