Skip to content

Commit

Permalink
Add Yarn installation description
Browse files Browse the repository at this point in the history
  • Loading branch information
valery1707 committed Apr 25, 2017
1 parent 6f1c63e commit f067e6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ npm install angular-file-upload
```
You could find this module in npm like [_angular file upload_](https://www.npmjs.com/search?q=angular-file-upload).

### Yarn [![npm](https://img.shields.io/npm/v/angular-file-upload.svg)](https://www.npmjs.com/search?q=angular-file-upload)
```
yarn add --exact angular-file-upload
```
You could find this module in yarn like [_angular file upload_](https://yarnpkg.com/en/packages?q=angular-file-upload).

### Module Dependency

Add `'angularFileUpload'` to your module declaration:
Expand Down

0 comments on commit f067e6a

Please sign in to comment.