Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
normanlolx committed Sep 20, 2018
1 parent 9f009fc commit 099239a
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 @@ -14,13 +14,13 @@ However, it is inconvenient to type `vendor/bin/wp` in order to execute WP-CLI c

OSX:
```Shell
curl -OL https://github.com/leymannx/wp-cli-launcher/releases/download/0.0.19/wp-cli.phar
curl -OL https://github.com/leymannx/wp-cli-launcher/releases/download/0.0.20/wp-cli.phar
```

Linux:

```Shell
wget -O wp-cli.phar https://github.com/leymannx/wp-cli-launcher/releases/download/0.0.19/wp-cli.phar
wget -O wp-cli.phar https://github.com/leymannx/wp-cli-launcher/releases/download/0.0.20/wp-cli.phar
```
2. Make downloaded file executable:
```Shell
Expand Down

0 comments on commit 099239a

Please sign in to comment.