Skip to content

Commit 19a6aa5

Browse files
ryhincheydougwilson
authored andcommitted
docs: add installation section
closes #233
1 parent b94f3ff commit 19a6aa5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ HTTP request logger middleware for node.js
99

1010
> Named after [Dexter](http://en.wikipedia.org/wiki/Dexter_Morgan), a show you should not watch until completion.
1111
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+
1222
## API
1323

1424
<!-- eslint-disable no-unused-vars -->

0 commit comments

Comments
 (0)