Split out "prerequisites" and "dependencies"

For example Node is a prerequisite because we just tell you that you're
going to need it before you can follow these instructions. Gulp is not a
prerequisite, it's a dependency, because the instructions tell you how
to install it.
parent 8fc5d221
...@@ -16,11 +16,15 @@ service](http://h.readthedocs.io/en/latest/developing/) to host the client. ...@@ -16,11 +16,15 @@ service](http://h.readthedocs.io/en/latest/developing/) to host the client.
If you are only interested in making changes to the client, developing using If you are only interested in making changes to the client, developing using
the browser extension is the easiest method. the browser extension is the easiest method.
## Prerequisites and Installation ## Prerequisites
To develop the client, you will need [Node.js v6](https://nodejs.org/en/) or You will need:
later and [gulp](https://github.com/gulpjs/gulp-cli). To install dependencies
run: * [Node.js](https://nodejs.org/en/) v6+
## Installation
To install the client for development:
```sh ```sh
npm install -g gulp-cli npm install -g gulp-cli
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment