From dbf170754065b9c763969bc807e70db403483769 Mon Sep 17 00:00:00 2001 From: Gaurav Ashtikar Date: Mon, 16 Feb 2015 10:57:03 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7754de7a..41162820 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s ## Quick Start ```bash -wget -q http://rt.cx/ee && sudo bash ee # Install easyengine 3 +wget -qO ee rt.cx/ee && sudo bash ee # Install easyengine 3 sudo ee site create example.com --wp # Install required packages & setup WordPress on example.com ``` @@ -33,7 +33,7 @@ sudo ee site create example.com --wp # Install required packages & setup Update Procedure For EasyEngine to version 3.0.1 ```bash -wget -q http://rt.cx/ee && sudo bash ee +wget -qO ee rt.cx/ee && sudo bash ee ``` ## More Site Creation Commands