mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
re-organize files
This commit is contained in:
parent
9a6f1503ce
commit
e0ccb829ae
2 changed files with 2 additions and 2 deletions
|
@ -27,13 +27,13 @@ git clone --recurse-submodules https://github.com/andreascreten/wp-cli.git
|
|||
Make a symlink to the executable:
|
||||
|
||||
```
|
||||
sudo ln -s /path-to-wp-cli-dir/bin/wp /usr/local/bin/
|
||||
sudo ln -s /path-to-wp-cli-dir/src/bin/wp /usr/local/bin/
|
||||
```
|
||||
|
||||
Make a symlink to the autocomplete file (Linux):
|
||||
|
||||
```
|
||||
sudo ln -s /path-to-wp-cli-dir/bin/wp-completion.bash /etc/bash_completion.d/wp
|
||||
sudo ln -s /path-to-wp-cli-dir/src/bin/wp-completion.bash /etc/bash_completion.d/wp
|
||||
```
|
||||
|
||||
Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue