From b5153ffc043542518fc621a8cb972b35f7337698 Mon Sep 17 00:00:00 2001 From: Robin Lehrmann Date: Wed, 29 Oct 2014 09:36:42 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfcb1ba..144af94 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Installation 3. Activate module in the OXID backend OR +download composer https://getcomposer.org/download/ 1. use oxid with composer: ```git clone https://github.com/robinlehrmann/oxideshop_ce.git``` 2. add the module in composer.json with ```composer.phar require alfredbez/ab_htmlmin dev-master``` @@ -28,4 +29,4 @@ After uploading the module, your directory should look like this: ├── README.md ├── metadata.php └── models -``` \ No newline at end of file +```