X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fdocs%2Finstall.md;h=08a5151b11178e168b83c672a0a210857885c5b5;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=0609caa9550ce14142f2cba6e58e1ebb0b4bbc76;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/drush/drush/docs/install.md b/vendor/drush/drush/docs/install.md index 0609caa95..08a5151b1 100644 --- a/vendor/drush/drush/docs/install.md +++ b/vendor/drush/drush/docs/install.md @@ -6,8 +6,8 @@ Install a site-local Drush and Drush Launcher. ----------------- -1. It is recommended that Drupal 8 sites be [built using Composer, with Drush listed as a dependency](https://github.com/drupal-composer/drupal-project). That project already includes Drush in its composer.json. If your Composer project doesn't yet depend on Drush, run `composer require drush/drush` to add it. -1. Optional. To be able to call `drush` from anywhere, install the [Drush Launcher](https://github.com/drush-ops/drush-launcher). That is a small program which listens on your $PATH and hands control to a site-local Drush that is in the /vendor directory of your Composer project. If you skip this step, run Drush from Drupal root via `../vendor/bin/drush`. In that case Drush's bash integration and custom prompt won't work. +1. It is recommended that Drupal 8 sites be [built using Composer, with Drush listed as a dependency](https://github.com/drupal-composer/drupal-project). That project already includes Drush in its composer.json. If your Composer project doesn't yet depend on Drush, run `composer require drush/drush` to add it. After this step, you may call Drush via `vendor/bin/drush`. +1. Optional. To be able to call `drush` from anywhere, install the [Drush Launcher](https://github.com/drush-ops/drush-launcher). That is a small program which listens on your $PATH and hands control to a site-local Drush that is in the /vendor directory of your Composer project. 1. Optional. Run `drush init`. This edits ~/.bashrc so that Drush's custom prompt and bash integration are active. See [Usage](http://docs.drush.org/en/master/usage/) for details on using Drush.