File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments