diff --git a/Setting-up-Drush.md b/Setting-up-Drush.md index 5c32611..1b4f1d0 100644 --- a/Setting-up-Drush.md +++ b/Setting-up-Drush.md @@ -36,6 +36,14 @@ 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**: + +``` +$ mkdir bin +$ cd bin +$ ln -s ../cms/vendor/bin/drush +``` + References ---------- * http://docs.drush.org/en/master/