diff --git a/src/README.md b/src/README.md index 0996d659..616083d2 100644 --- a/src/README.md +++ b/src/README.md @@ -1,25 +1,12 @@ -**lib** - easyengine libraries -you will find this directory at following location in your system after installation +1. **lib** - EasyEngine (ee) libraries -```bash -/usr/local/lib/easyengine/lib/ -``` + Actual Linux path: `/usr/local/lib/easyengine/lib/` -**modules** - easyengine core packages -- contains scripts to install/remove easyengine core packages. +1. **modules** - EasyEngine (ee) modules + + Actual Linux path: `/usr/local/lib/easyengine/modules/` + +1. **vendor** - EasyEngine (ee) 3rd party packages -you will find this directory at following location in your system after installation - -```bash -/usr/local/lib/easyengine/modules/ -``` - -**vendor/** - easyengine third party packages -- contains scripts for installing and removing third party packages used in easyengine. - -you will find this directory at following location in your system after installation - -```bash -/usr/local/lib/easyengine/vendor/ -``` \ No newline at end of file + Actual Linux path: `/usr/local/lib/easyengine/vendor/`