Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Creten committed Sep 28, 2011
1 parent a0f5cdc commit beb0a89
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Example usage:
wp theme [list|details|activate|help] ...
```

So this tells us that there are 4 commands installed: google-sitemap, core, home and plugins.
So this tells us which commandsa are installed: eg. google-sitemap, core, home, ...
Between brackets you can see their sub commands.

Let's for example try to install the hello dolly plugin from Wordpress: `./wp plugins install hello-dolly`.
Expand Down Expand Up @@ -114,6 +114,14 @@ if(defined('WP_CLI') && WP_CLI) {

**Please share the commands you make, issue a pull request to get them included in wp-cli by default.**

Todo
----

Commands to be written:
- User management
- Post management (not sure yet if we really need this)


Requirements
------------

Expand Down

0 comments on commit beb0a89

Please sign in to comment.