mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
move bash scripts to bin directory
This commit is contained in:
parent
a087a41c7b
commit
c78fabd993
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ git submodule update --init
|
|||
Make a symlink to the executable:
|
||||
|
||||
```
|
||||
sudo ln -s /path-to-wp-cli-dir/wp /usr/local/bin/
|
||||
sudo ln -s /path-to-wp-cli-dir/bin/wp /usr/local/bin/
|
||||
```
|
||||
|
||||
Make a symlink to the autocomplete file (Linux):
|
||||
|
||||
```
|
||||
sudo ln -s /path-to-wp-cli-dir/wp-cli-completion.bash /etc/bash_completion.d/wp
|
||||
sudo ln -s /path-to-wp-cli-dir/bin/wp-cli-completion.bash /etc/bash_completion.d/wp
|
||||
```
|
||||
|
||||
Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue