Updated Setting up Drush (markdown)

Theodotos Andreou 2018-01-14 23:28:32 +02:00
parent b6f6a0cb5c
commit d8faa12da5

@ -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/