Security update for Core, with self-updated composer
[yaffs-website] / vendor / drush / drush / docs / install-alternative.md
index 7a1c569cc76d7b9acff0069f9b5e7599f1a7bf64..347295609f26fa38683e70b8824d4f9125978adb 100644 (file)
@@ -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.