Updated Setting up Drush (markdown)

Theodotos Andreou 2018-01-15 23:18:02 +02:00
parent 3bffedf564
commit 0ac7360ff7

@ -39,8 +39,8 @@ $ ./vendor/bin/drush status
Lastly we need to add `drush` in the **$PATH**:
```
$ mkdir bin
$ cd bin
$ mkdir ~/bin
$ cd ~/bin
$ ln -s ../cms/vendor/bin/drush
```