From d8faa12da5711af9cebd3cab646f3f37d454ecb2 Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Sun, 14 Jan 2018 23:28:32 +0200 Subject: [PATCH] Updated Setting up Drush (markdown) --- Setting-up-Drush.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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/