Browse Source

Change installation method to fix issue #232

old-stable
Mitesh Shah 11 years ago
parent
commit
3480c1873c
  1. 6
      README.md

6
README.md

@ -12,9 +12,9 @@ EasyEngine (ee) is a linux shell-script collection, which makes it easy to manag
## Quick Start ## Quick Start
```bash ```bash
curl -sL rt.cx/ee | sudo bash # install easyengine wget -qO ee rt.cx/ee && sudo bash ee # install easyengine
ee system install # install nginx, php, mysql, postfix ee system install # install nginx, php, mysql, postfix
ee site create example.com --wp # create example.com and install wordpress on it ee site create example.com --wp # create example.com and install wordpress on it
``` ```
## Upgrading ## Upgrading

Loading…
Cancel
Save