Updated Setting up Drush (markdown)
parent
3bffedf564
commit
0ac7360ff7
|
@ -39,8 +39,8 @@ $ ./vendor/bin/drush status
|
||||||
Lastly we need to add `drush` in the **$PATH**:
|
Lastly we need to add `drush` in the **$PATH**:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mkdir bin
|
$ mkdir ~/bin
|
||||||
$ cd bin
|
$ cd ~/bin
|
||||||
$ ln -s ../cms/vendor/bin/drush
|
$ ln -s ../cms/vendor/bin/drush
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue