Skip to content

Commit

Permalink
update download instructions once and for all, to be always updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed May 7, 2017
1 parent 8934dbe commit 1806317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Or via json file:
}
````

Using [Curl](http://curl.haxx.se):
Using [Curl](http://curl.haxx.se) to always download and decompress the latest release:

```
$ curl --silent --location https://github.com/ifsnop/mysqldump-php/archive/v2.2.tar.gz | tar xvfz -
$ curl --silent --location https://api.github.com/repos/ifsnop/mysqldump-php/releases | grep -i tarball_url | head -n 1 | cut -d '"' -f 4 | xargs curl --location --silent | tar xvz
```

## Getting started
Expand Down

0 comments on commit 1806317

Please sign in to comment.