Skip to content

Commit 1e0042d

Browse files
committed
docs: add Node.js requirements
closes #1900
1 parent c0a218f commit 1e0042d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656

5757
## Install
5858

59+
This is a [Node.js](https://nodejs.org/en/) module available through the
60+
[npm registry](https://www.npmjs.com/).
61+
62+
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
63+
Node.js 0.6 or higher is required.
64+
65+
Installation is done using the
66+
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
67+
5968
```sh
6069
$ npm install mysql
6170
```

0 commit comments

Comments
 (0)