Skip to content

Commit 32acf57

Browse files
committed
updated README.md and autocomplete
1 parent 6f811ff commit 32acf57

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

config/bash_completion.d/ee_auto.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)