We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0136d8 commit 8d4ceb6Copy full SHA for 8d4ceb6
1 file changed
Readme.md
@@ -21,10 +21,22 @@ app.listen(3000)
21
22
## Installation
23
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
33
```bash
34
$ npm install express
35
```
36
37
+Follow [our installing guide](http://expressjs.com/en/starter/installing.html)
38
+for more information.
39
40
## Features
41
42
* Robust routing
0 commit comments