Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Dec 17, 2017
1 parent 427bdfc commit 2af2e0c
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/drush` in order to execute Drush

OSX:
```Shell
curl -OL https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar
curl -OL https://github.com/drush-ops/drush-launcher/releases/download/0.5.0/drush.phar
```

Linux:

```Shell
wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.4.2/drush.phar
wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.5.0/drush.phar
```
1. Make downloaded file executable: `chmod +x drush.phar`
1. Move drush.phar to a location listed in your `$PATH`, rename to `drush`:
Expand Down

0 comments on commit 2af2e0c

Please sign in to comment.