Browse Source

Fixed issue #232

old-stable
Mitesh Shah 11 years ago
parent
commit
a08ffc6c3c
  1. 2
      README.md

2
README.md

@ -12,7 +12,7 @@ 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 sudo bash <(curl -sL rt.cx/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
``` ```

Loading…
Cancel
Save