From 3480c1873cad6c0de046c940cf7a08815aaa8dc2 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 10 Jun 2014 13:42:02 +0530 Subject: [PATCH] Change installation method to fix issue #232 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4af1aff8..e78daff5 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ EasyEngine (ee) is a linux shell-script collection, which makes it easy to manag ## 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 +wget -qO ee rt.cx/ee && sudo bash ee # 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