mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
Readme update
This commit is contained in:
parent
d1692c0b43
commit
34a220a7e7
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ Example usage:
|
|||
wp plugins [status|activate|deactivate|install|delete|update|help] ...
|
||||
```
|
||||
|
||||
So this tells us that there are 4 commands installed: google-sitemap, core, home and pluggins.
|
||||
Between brackets you can see their sub command.
|
||||
So this tells us that there are 4 commands installed: google-sitemap, core, home and plugins.
|
||||
Between brackets you can see their sub commands.
|
||||
|
||||
Let's for example try to update the hello dolly plugin from Wordpress: `./wp plugins install hello-dolly`
|
||||
|
||||
Let's for example try to update the hello dolly plugin from Wordpress: `./wp plugins install hello-dolly`.
|
||||
Output:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue