Skip to content

Commit 8d4ceb6

Browse files
committed
docs: add more information to installation
1 parent c0136d8 commit 8d4ceb6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,22 @@ app.listen(3000)
2121

2222
## Installation
2323

24+
This is a [Node.js](https://nodejs.org/en/) module available through the
25+
[npm registry](https://www.npmjs.com/).
26+
27+
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
28+
Node.js 0.10 or higher is required.
29+
30+
Installation is done using the
31+
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
32+
2433
```bash
2534
$ npm install express
2635
```
2736

37+
Follow [our installing guide](http://expressjs.com/en/starter/installing.html)
38+
for more information.
39+
2840
## Features
2941

3042
* Robust routing

0 commit comments

Comments
 (0)