From 2028526d9f6cfca27176a79306616c23da26067e Mon Sep 17 00:00:00 2001 From: jwc1 Date: Mon, 2 Apr 2018 17:12:06 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43502d53..1f7f2a5c 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ git clone https://github.com/tabler/tabler.git ### Setup environment -To use our build system and run our documentation locally, you'll need a copy of Tabler's source files and Node. Follow these steps: +To use our build system and run documentation locally, you'll need a copy of Tabler's source files and Node. Follow the steps below: -1. [Download and install Node.js](https://nodejs.org/download/), which we use to manage our dependencies. -2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`. +1. [Download and install Node.js](https://nodejs.org/download/), which is used to manage our dependencies. +2. Navigate to the root `/tabler` directory and run `npm install` to install local dependencies listed in `package.json`. 3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/), install [Bundler](https://bundler.io/) with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins. **Windows users:** Read [this guide](https://jekyllrb.com/docs/windows/) to get Jekyll up and running without problems. -- GitLab