X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fdocs%2Finstall-alternative.md;fp=vendor%2Fdrush%2Fdrush%2Fdocs%2Finstall-alternative.md;h=347295609f26fa38683e70b8824d4f9125978adb;hp=7a1c569cc76d7b9acff0069f9b5e7599f1a7bf64;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drush/drush/docs/install-alternative.md b/vendor/drush/drush/docs/install-alternative.md index 7a1c569cc..347295609 100644 --- a/vendor/drush/drush/docs/install-alternative.md +++ b/vendor/drush/drush/docs/install-alternative.md @@ -14,8 +14,8 @@ Follow the instructions below, or [watch a video by Drupalize.me](https://youtu. # Install a specific version of Drush, e.g. Drush 7.1.0 composer global require drush/drush:7.1.0 - # Install master branch as a git clone. Great for contributing back to Drush project. - composer global require drush/drush:dev-master --prefer-source + # Install 8.x branch as a git clone. Great for contributing back to Drush project. + composer global require drush/drush:8.x-dev --prefer-source * Alternate way to install for all users via Composer: @@ -30,5 +30,5 @@ Drush on Windows is experimental, since Drush's test suite is not running there * [Acquia Dev Desktop](https://www.acquia.com/downloads) is excellent, and includes Drush. See the terminal icon after setting up a web site. * Or consider running Linux/OSX via Virtualbox. [Drupal VM](http://www.drupalvm.com/) and [Vlad](https://github.com/hashbangcode/vlad) are popular.* These Windows packages include Drush and its dependencies (including MSys). * [7.0.0 (stable)](https://github.com/drush-ops/drush/releases/download/7.0.0/windows-7.0.0.zip). * [6.6.0](https://github.com/drush-ops/drush/releases/download/6.6.0/windows-6.6.0.zip). * [6.0](https://github.com/drush-ops/drush/releases/download/6.0.0/Drush-6.0-2013-08-28-Installer-v1.0.21.msi). -* Or install LAMP on your own, and run Drush via [Git's shell](https://git-for-windows.github.io/), in order to insure that [all depedencies](https://github.com/acquia/DevDesktopCommon/tree/master/bintools-win/msys/bin) are available. -* When creating site aliases for Windows remote machines, pay particular attention to information presented in the example.aliases.drushrc.php file, especially when setting values for 'remote-host' and 'os', as these are very important when running Drush rsync and Drush sql-sync commands. \ No newline at end of file +* Or install LAMP on your own, and run Drush via [Git's shell](https://git-for-windows.github.io/), in order to insure that [all depedencies](https://github.com/acquia/DevDesktopCommon/tree/8.x/bintools-win/msys/bin) are available. +* When creating site aliases for Windows remote machines, pay particular attention to information presented in the example.aliases.drushrc.php file, especially when setting values for 'remote-host' and 'os', as these are very important when running Drush rsync and Drush sql-sync commands.