File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,16 @@ sudo ee site create example.com --wp # Install required packages & setup Wor
3030## Update EasyEngine
3131
3232
33- Update Procedure For EasyEngine to version 3.0
33+ Update procedure for EasyEngine to latest version
3434
35+ #### For current installed version prior to 3.0.6
3536``` bash
36- wget -q http://rt.cx/ee && sudo bash ee
37+ wget -qO ee rt.cx/ee && sudo bash ee
38+ ```
39+
40+ #### Current version is 3.0.6
41+ ```
42+ ee update
3743```
3844
3945## More Site Creation Commands
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ _ee_complete()
1111 # SETUP THE BASE LEVEL (everything after "ee")
1212 if [ $COMP_CWORD -eq 1 ]; then
1313 COMPREPLY=( $(compgen \
14- -W "stack site debug clean secure import-slow-log log" \
14+ -W "stack site debug clean secure import-slow-log log update " \
1515 -- $cur) )
1616
1717
You can’t perform that action at this time.
0 commit comments