Skip to content

Commit 3bd7cb2

Browse files
committed
changed README.md file
1 parent 6567711 commit 3bd7cb2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,22 @@ EasyEngine (ee) is a linux shell-script collection, which makes it easy to manag
1919
- Ubuntu 12.04 & 14.04
2020
- Debian 7
2121

22+
### This is Beta version. Donot Try on Production/Live servers
23+
2224
## Quick Start
2325

2426
```bash
25-
wget -qO ee rt.cx/ee && sudo bash ee # install easyengine
27+
wget http://rt.cx/eebeta && sudo bash install # install easyengine 3.0.0-beta
2628
sudo ee site create example.com --wp # Install required packages & setup WordPress on example.com
2729
```
2830

2931
## Update EasyEngine
3032

3133

32-
Update Procedure For EasyEngine
34+
Update Procedure For EasyEngine to version 3.0.0-beta
3335

3436
```bash
35-
wget -qO eeup http://rt.cx/eeup && sudo bash eeup
37+
wget http://rt.cx/eebeta && sudo bash install
3638
```
3739

3840
## More Site Creation Commands

0 commit comments

Comments
 (0)