From c846aadcb4b03e8c51214fe3fba117a15e5ee0ee Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Sat, 26 Apr 2014 20:06:51 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49a51e45..a606a88f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server. -EasyEngine currently supports: +**EasyEngine currently supports:** - Ubuntu 12.04, 12.10, 13.10 & 14.04 - Debian 6, 7 @@ -12,9 +12,9 @@ EasyEngine currently supports: ## Quick Start ```bash -curl -sL rt.cx/ee | sudo bash # install easyengine -ee system install # install nginx, php, mysql, postfix -ee site create example.com --wp # create example.com and install wordpress on it +curl -sL rt.cx/ee | sudo bash # install easyengine +ee system install # install nginx, php, mysql, postfix +ee site create example.com --wp # create example.com and install wordpress on it ``` ## Upgrading