From d17ab796f2086e3df856ed7a8b0e3d824c7bddaa Mon Sep 17 00:00:00 2001 From: Andreas Creten Date: Sat, 10 Sep 2011 15:23:00 +0200 Subject: [PATCH] Readme update --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93c773951b..de8593f7ce 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ A command line tool to do maintenance work on a Wordpress install from the comma Installing ---------- -Installing wp-cli is extremely simple: place the wp-cli folder in your Wordpress root, (on the same level as wp-admin and wp-content). -That's it! +Installing wp-cli is extremely simple: + +1. Place the `wp-cli` folder in your Wordpress root (on the same level as `wp-admin` and `wp-content`). +1. That's it! Usage ----- @@ -33,6 +35,7 @@ Between brackets you can see their sub command. Let's for example try to update the hello dolly plugin from Wordpress: `./wp plugins install hello-dolly` Output: + ``` Installing Hello Dolly (1.5)