Skip to content

Commit

Permalink
docs: add Node.js requirements
Browse files Browse the repository at this point in the history
closes #1900
  • Loading branch information
dougwilson committed Feb 27, 2018
1 parent c0a218f commit 1e0042d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Readme.md
Expand Up @@ -56,6 +56,15 @@

## Install

This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).

Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 0.6 or higher is required.

Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):

```sh
$ npm install mysql
```
Expand Down

0 comments on commit 1e0042d

Please sign in to comment.