Updated Setting up Drush (markdown)
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/
|
||||
|
|
Loading…
Reference in a new issue