Skip to content

Commit 0b2104e

Browse files
committed
Adding hosted download
1 parent 98b03e2 commit 0b2104e

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,30 @@ A PHP tool to automate Magento release and patch downloads
1010

1111
### .phar
1212

13-
You can download the latest `.phar` from the [releases](https://github.com/steverobbins/magedownload-cli/releases) section.
13+
Download the `.phar` with `wget`
14+
15+
```
16+
wget http://magedownload.steverobbins.com/download/latest/magedownload.phar
17+
```
18+
19+
Or with `cURL`
20+
21+
```
22+
curl -O http://magedownload.steverobbins.com/download/latest/magedownload.phar
23+
```
24+
25+
It's now ready to use: `php magedownload.phar help`
26+
27+
If you want to make it available anywhere on your system
28+
29+
```
30+
chmod +x magedownload.phar
31+
mv magedownload.phar /usr/local/bin/magedownload
32+
```
33+
34+
And can be used: `magedownload info`
35+
36+
[See all releases](http://magedownload.steverobbins.com/download/)
1437

1538
### Source
1639

0 commit comments

Comments
 (0)