From 99bf8fe9421d205b14e4a1cdf6c716cff5a20aba Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 10 Jun 2014 18:42:54 +0530 Subject: [PATCH 1/2] Update Quick Install --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e78daff5..305a5449 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 -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 +wget -qO ee rt.cx/eebeta && 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 From dffe3761647138635aeceba13b2199c1d66e55b8 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 10 Jun 2014 18:46:39 +0530 Subject: [PATCH 2/2] Update Quick Install Clone the refactor branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 305a5449..68f592c6 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 -wget -qO ee rt.cx/eebeta && 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 +wget -qO ee rt.cx/eebeta && sudo bash ee refactor # 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