We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94f3ff commit 19a6aa5Copy full SHA for 19a6aa5
README.md
@@ -9,6 +9,16 @@ HTTP request logger middleware for node.js
9
10
> Named after [Dexter](http://en.wikipedia.org/wiki/Dexter_Morgan), a show you should not watch until completion.
11
12
+## Installation
13
+
14
+This is a [Node.js](https://nodejs.org/en/) module available through the
15
+[npm registry](https://www.npmjs.com/). Installation is done using the
16
+[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
17
18
+```sh
19
+$ npm install morgan
20
+```
21
22
## API
23
24
<!-- eslint-disable no-unused-vars -->
0 commit comments