Skip to content

Commit 4a401e4

Browse files
committed
Minor update
1 parent 58d1d09 commit 4a401e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s
2323
## Quick Start
2424

2525
```bash
26-
wget http://rt.cx/ee && sudo bash ee # install easyengine 3.0.0-beta
26+
wget -q http://rt.cx/ee && sudo bash ee # install easyengine 3.0.0-beta
2727
sudo ee site create example.com --wp # Install required packages & setup WordPress on example.com
2828
```
2929

@@ -33,7 +33,7 @@ sudo ee site create example.com --wp # Install required packages & setup Wor
3333
Update Procedure For EasyEngine to version 3.0
3434

3535
```bash
36-
wget -q http://rt.cx/ee && sudo bash install
36+
wget -q http://rt.cx/ee && sudo bash ee
3737
```
3838

3939
## More Site Creation Commands

0 commit comments

Comments
 (0)