Skip to content

Commit 8332369

Browse files
committed
instruction for updating from 1.1 and above
Added instruction for updating easyengine from 1.1 and above
1 parent 237091b commit 8332369

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,20 @@ ee system install # install nginx, php, mysql, po
1212
ee site create example.com --wp # create example.com and install wordpress on it
1313
```
1414

15-
## Upgrading from easyengine 1.0 to 1.1 and above
15+
## Upgrading
16+
17+
### From easyengine 1.0 to 1.1 and above
1618

1719
```bash
1820
/bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate)
1921
```
2022

23+
### From easyengine 1.1 and above
24+
25+
```bash
26+
ee update
27+
```
28+
2129
## Site Creation Commands
2230

2331
### Standard WordPress Sites

0 commit comments

Comments
 (0)