From 9837c8a65fb05729c3f028a02f80a4396fe5ea87 Mon Sep 17 00:00:00 2001 From: Gordon Lesti Date: Sat, 3 Dec 2016 11:56:46 +0100 Subject: [PATCH] Update README.md [skip ci] --- README.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f68e8db..e947c79 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,26 @@ Simple Magento Fullpagecache. The current documentation can be found ## Install Several quick start options are available: - * Install manually - * [Download the latest release](https://github.com/GordonLesti/Lesti_Fpc/releases/latest) - * Unzip - * Copy `app` directory into Magento - * Install with [modman](https://github.com/colinmollenhour/modman) - * ```bash - modman clone https://github.com/GordonLesti/Lesti_Fpc.git - ``` - * Install with [Magento Composer Installer](https://github.com/Cotya/magento-composer-installer) - * add the requirement `gordonlesti/lesti_fpc` - * ```json - { - "require": { - "gordonlesti/lesti_fpc": "*" - } +### Install manually + * [Download the latest release](https://github.com/GordonLesti/Lesti_Fpc/releases/latest) + * Unzip + * Copy `app` directory into Magento + +### Install with [modman](https://github.com/colinmollenhour/modman) + +```bash +modman clone https://github.com/GordonLesti/Lesti_Fpc.git +``` + +### Install with [Magento Composer Installer](https://github.com/Cotya/magento-composer-installer) + * add the requirement `gordonlesti/lesti_fpc` +```json +{ + "require": { + "gordonlesti/lesti_fpc": "*" } - ``` +} +``` ## Change log