diff options
Diffstat (limited to 'docs/getting-started/build-tools.md')
| -rw-r--r-- | docs/getting-started/build-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index a6d0593fa..e62961663 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -11,7 +11,7 @@ Bootstrap uses [Grunt](http://gruntjs.com) for its CSS and JavaScript build syst To use our Gruntfile and run our documentation locally, you'll need a copy of Bootstrap's source files, Node, and Grunt. Follow these steps and you should be ready to rock: -1. [Download and install Node](https://nodejs.org/download), which we use to manage our dependencies. +1. [Download and install Node](https://nodejs.org/download/), which we use to manage our dependencies. 2. Install the Grunt command line tools, `grunt-cli`, with `npm install -g grunt-cli`. 3. Navigate to the root `/bootstrap` directory and run `npm install` to install our local dependencies listed in [package.json](https://github.com/twbs/bootstrap/blob/master/package.json). 4. [Install Ruby][install-ruby], install [Bundler][gembundler] with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins. |
