mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
make git clone command compatible with older versions of git. props jasonblewis
This commit is contained in:
parent
8b76eace9b
commit
dc6ae8946c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sudo pear install wp-cli.github.com/pear/wpcli
|
|||
**Via GIT:**
|
||||
|
||||
```sh
|
||||
git clone --recurse-submodules git://github.com/wp-cli/wp-cli.git ~/git/wp-cli
|
||||
git clone --recursive git://github.com/wp-cli/wp-cli.git ~/git/wp-cli
|
||||
cd ~/git/wp-cli
|
||||
sudo utils/dev-build
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue