diff --git a/Setting-up-Drush.md b/Setting-up-Drush.md index b9b598b..4bdc3b0 100644 --- a/Setting-up-Drush.md +++ b/Setting-up-Drush.md @@ -30,13 +30,7 @@ $ cd cms/ $ composer require drush/drush ``` -You can run *drush* to check the status of your Drupal install, with: - -``` -$ ./vendor/bin/drush status -``` - -Lastly we need to add `drush` in the **$PATH**: +Them we need to add `drush` in the **$PATH**: ``` $ mkdir ~/bin @@ -44,6 +38,13 @@ $ cd ~/bin $ ln -s ../cms/vendor/bin/drush ``` +You can run *drush* to check the status of your Drupal install, with: + +``` +$ drush status +``` + +**NOTE: This command must be run under the *cms* directory.** References ---------- * http://docs.drush.org/en/master/