From ae4a1c8404c34d1717a293464dbea1755214dca8 Mon Sep 17 00:00:00 2001 From: Maarten van Elsas Date: Mon, 29 Feb 2016 10:05:55 +0100 Subject: [PATCH] Added colon before enumeration --- docs/getting-started/build-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 0dabd30f92..47c25b4945 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -49,7 +49,7 @@ Bootstrap uses [Autoprefixer][autoprefixer] (included in our Gruntfile and build ## Local documentation -Running our documentation locally requires the use of Jekyll, a decently flexible static site generator that provides us basic includes, Markdown-based files, templates, and more. Here's how to get it started: +Running our documentation locally requires the use of Jekyll, a decently flexible static site generator that provides us: basic includes, Markdown-based files, templates, and more. Here's how to get it started: 1. Run through the [tooling setup](#tooling-setup) above 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.