From 90744de2d23fd4bf844fbe96ab624078869a6b29 Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Tue, 11 Jul 2017 14:29:01 -0500 Subject: [PATCH 1/2] Add modman installation support. --- modman | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modman diff --git a/modman b/modman new file mode 100644 index 0000000..b715943 --- /dev/null +++ b/modman @@ -0,0 +1,5 @@ +app/code/community/MageStack app/code/community/MageStack +app/design/adminhtml/default/default/layout/* app/design/adminhtml/default/default/layout/ +app/design/adminhtml/default/default/template/* app/design/adminhtml/default/default/template/ +app/etc/modules/* app/etc/modules/ +skin/adminhtml/default/default/* skin/adminhtml/default/default/ From beb058325f834b6ce2cfa16d22632b7f24714d83 Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Tue, 11 Jul 2017 14:30:01 -0500 Subject: [PATCH 2/2] Document modman installation support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34be4d7..38c9c78 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This module aims to assist Magento 1.x store owners with fast/easy store improve 1. Change directory to your Magento document root - 1. Using `git`, clone the repository, + 1. Using `git` or `modman`, clone the repository, git clone https://github.com/sonassi/magestack-optimiser