Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Use evergreen urls in README
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Mar 22, 2020
1 parent ea3c49e commit 9967e5f
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.6.0/drush.phar
curl -OL https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar
```

Linux:

```Shell
wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/latest/download/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 9967e5f

Please sign in to comment.