Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonLesti authored Dec 3, 2016
1 parent 4de101c commit 9837c8a
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9837c8a

Please sign in to comment.