Skip to content

Commit

Permalink
Updating README to use composer require/install
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Nov 29, 2015
1 parent 15aa582 commit 4da4b06
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ This library lets you efficiently stream the contents of an S3 bucket/folder as
## Installation
Installation is done via composer by adding the a dependency on jmathai/s3-bucket-stream-zip-php.

```json
{
"require": {
"jmathai/s3-bucket-stream-zip-php": "dev-master"
}
}
```
composer require jmathai/s3-bucket-stream-zip-php
composer install
```

## Usage
Expand Down

0 comments on commit 4da4b06

Please sign in to comment.