Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaralan Dobrev <hkdobrev@gmail.com>2015-09-07 15:10:42 +0300
committerHaralan Dobrev <hkdobrev@gmail.com>2015-09-21 19:38:08 +0300
commit4b1c2c3d92e1f1bdd330548c5a5c9a32f1cc7da8 (patch)
tree368786e0ab9e6f9a1f8926b754d644cab42a07fb /README.md
parent81435adff855779dba5e08f9d4b198d5c9658e45 (diff)
Recommend using bundle for running docs locally
Closes https://github.com/twbs/bootstrap/issues/17493
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 dbc98b1d6c..edc9700967 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/).