From fb86eb83ade666028bec1b89eed5e86d6cc9a0d4 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Wed, 4 Jun 2014 19:15:55 +0530 Subject: [PATCH] /src/README.md --- src/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/README.md 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