From 4b1c2c3d92e1f1bdd330548c5a5c9a32f1cc7da8 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Mon, 7 Sep 2015 15:10:42 +0300 Subject: Recommend using bundle for running docs locally Closes https://github.com/twbs/bootstrap/issues/17493 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbc98b1d6..edc970096 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 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 in your browser, and voilĂ . Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). -- cgit v1.2.3