diff --git a/src/README.md b/src/README.md new file mode 100644 index 00000000..0996d659 --- /dev/null +++ b/src/README.md @@ -0,0 +1,25 @@ + +**lib** - easyengine libraries +you will find this directory at following location in your system after installation + +```bash +/usr/local/lib/easyengine/lib/ +``` + +**modules** - easyengine core packages +- contains scripts to install/remove easyengine core 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