From 0d52a52627266a9c83ba6e82eea44d3333eecc30 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 14 Jul 2014 13:01:46 +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 54f75720..6bb696df 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ 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 refactor # install easyengine -ee stack 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 stack install # install nginx, php, mysql, postfix +ee site create example.com --wp # create example.com and install wordpress on it ``` ## Update EasyEngine ```bash -alias eeupdate="wget -qO /tmp/eerc http://rt.cx/eerc && sudo bash /tmp/eerc" +alias eeupdate="wget -qO eeup http://rt.cx/eeup && sudo bash eeup" # Let's update EasyEngine (ee) eeupdate