Skip to content

Commit 00f2046

Browse files
committed
Update README
Signed-off-by: Mriyam Tamuli <[email protected]>
1 parent ce35d22 commit 00f2046

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,23 @@ chmod +x /usr/local/bin/ee
3131
To get started with EasyEngine and create a wordpress site, run
3232

3333
```
34-
ee site create example.com
34+
ee site create example.com --type=wp
3535
```
3636

3737
Need a wordpress site with caching? Try
3838

3939
```
40-
ee site create example.com --wpredis
40+
ee site create example.com --type=wp --cache
4141
```
4242

4343
Need a wordpress multi-site with page cache?
4444
```
45-
ee site create example.com --wpsubdir --wpredis
45+
ee site create example.com --type=wp --mu=wpsubdir --cache
46+
```
47+
48+
Need a plain and simple html site?
49+
```
50+
ee site create example.com
4651
```
4752

4853
Want to play around with your new site?
@@ -52,6 +57,8 @@ ee shell example.com
5257

5358
Want to know more? Checkout readme of these commands -
5459
* [site command](https://github.com/EasyEngine/site-command/)
60+
* [site-wp command](https://github.com/EasyEngine/site-wp-command/)
61+
* [cron command](https://github.com/EasyEngine/cron-command/)
5562
* [shell command](https://github.com/EasyEngine/shell-command/)
5663

5764
Note: :warning: EasyEngine will currently only run with root privileges. You can run `ee help`, `ee help site` and `ee help site create` to get all the details about the various commands and subcommands that you can run.
@@ -62,7 +69,7 @@ Development of easyengine is done entirely on GitHub.
6269

6370
We've used [wp-cli](https://github.com/wp-cli/wp-cli/) framework as a base and built EasyEngine on top of it.
6471

65-
This repo contains main core of easyengine (the framework).
72+
This repo contains main core of easyengine (the framework).
6673
All top level commands(except `ee cli`) i.e. `ee site`, `ee shell` have their own repos.
6774

6875
Currently we have following commands which are bundled by default in EasyEngine:

0 commit comments

Comments
 (0)