aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMaarten van Elsas <[email protected]>2016-02-29 10:05:55 +0100
committerMaarten van Elsas <[email protected]>2016-02-29 10:08:45 +0100
commitae4a1c8404c34d1717a293464dbea1755214dca8 (patch)
treef3d3a311159b0568897a5c588f8d511f33e4d793 /docs/getting-started
parentd56f876b4925278b8eeec73db037c42b63f03926 (diff)
downloadbootstrap-ae4a1c8404c34d1717a293464dbea1755214dca8.tar.xz
bootstrap-ae4a1c8404c34d1717a293464dbea1755214dca8.zip
Added colon before enumeration
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md
index 0dabd30f9..47c25b494 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.