aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-07 18:20:18 -0700
committerMark Otto <[email protected]>2014-07-07 18:20:18 -0700
commitbb939f0004ce96de8598c72197d39809f7af175c (patch)
tree3d89ed110d27002fa02e8ddd6205e62771f4fcc8 /README.md
parent4f5efb84c9e81120b26949cecc626ae866fef46a (diff)
downloadbootstrap-bb939f0004ce96de8598c72197d39809f7af175c.tar.xz
bootstrap-bb939f0004ce96de8598c72197d39809f7af175c.zip
Switch to Rogue over Pygments for speeeeeed
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b00a132b0..58886f2dc 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,8 @@ 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.1.x).
- - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
+ - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) 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`.
2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
3. Open <http://localhost:9001> in your browser, and voilĂ .