We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8934dbe commit 1806317Copy full SHA for 1806317
README.md
@@ -55,10 +55,10 @@ Or via json file:
55
}
56
````
57
58
-Using [Curl](http://curl.haxx.se):
+Using [Curl](http://curl.haxx.se) to always download and decompress the latest release:
59
60
```
61
-$ 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
62
63
64
## Getting started
0 commit comments