Skip to content

Commit 97e908b

Browse files
committed
Install instructions
1 parent 3d7dcc0 commit 97e908b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

Readme.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@ a large variety of clients and is considered production-ready.
2424

2525
## Installation
2626

27-
This is a low level package, and if you're using a high level framework such as Express, chances are it's already included in it. You can [read this discussion](http://stackoverflow.com/questions/11295554/how-to-disable-express-bodyparser-for-file-uploads-node-js) about how Formidable is integrated with Express.
28-
29-
Via [npm](http://github.com/isaacs/npm):
30-
```
31-
npm install formidable@latest
32-
```
33-
Manually:
34-
```
35-
git clone git://github.com/felixge/node-formidable.git formidable
36-
vim my.js
37-
# var formidable = require('./formidable');
27+
```sh
28+
npm i -S formidable
3829
```
3930

31+
This is a low level package, and if you're using a high level framework such as Express, chances are it's already included in it. You can [read this discussion](http://stackoverflow.com/questions/11295554/how-to-disable-express-bodyparser-for-file-uploads-node-js) about how Formidable is integrated with Express.
32+
4033
Note: Formidable requires [gently](http://github.com/felixge/node-gently) to run the unit tests, but you won't need it for just using the library.
4134

4235
## Example

0 commit comments

Comments
 (0)