Browse Source

Update README.md

old-stable
Mitesh Shah 11 years ago
parent
commit
0d52a52627
  1. 4
      README.md

4
README.md

@ -12,7 +12,7 @@ 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
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
```
@ -20,7 +20,7 @@ ee site create example.com --wp # create example.com and
## 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

Loading…
Cancel
Save