Skip to content

Commit

Permalink
Fix drush-ops#2308. Recommend install over https
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Aug 10, 2016
1 parent 9f67cca commit 8042c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Install/Upgrade a global Drush
---------------
```sh
# Download latest stable release using the code below or browse to github.com/drush-ops/drush/releases.
php -r "readfile('http://files.drush.org/drush.phar');" > drush
# Or use our upcoming release: php -r "readfile('http://files.drush.org/drush-unstable.phar');" > drush
php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > drush
# Or use our upcoming release: php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > drush

# Test your install.
php drush core-status
Expand Down

0 comments on commit 8042c32

Please sign in to comment.