Update README.md

This commit is contained in:
Alfred Bez 2014-10-30 09:48:17 +01:00
bovenliggende bfb033fe69
commit 4917bc6fae

Bestand weergeven

@ -6,17 +6,7 @@ Download
------------
There are several ways to download the module:
### Download ZIP
[download](https://github.com/alfredbez/ab_htmlmin/archive/master.zip) and extract zip
### Download using git clone
```git clone https://github.com/alfredbez/ab_htmlmin.git```
If you downloaded the module manually or via git:
* rename the folder to 'ab_htmlmin' if the folder name is 'ab_htmlmin-master'
* you have to move the folder 'ab_htmlmin' to your 'modules'-folder.
### Download via composer
### Download-Option 1: Download via composer (recommended)
first you need [composer](https://getcomposer.org/download/)
add the module to your composer.json
@ -31,6 +21,16 @@ add the module to your composer.json
}
```
### Download-Option 2: Download using git clone
```git clone https://github.com/alfredbez/ab_htmlmin.git```
### Download-Option 3: Download ZIP
[download](https://github.com/alfredbez/ab_htmlmin/archive/master.zip) and extract zip
If you downloaded the module manually or via git:
* rename the folder to 'ab_htmlmin' if the folder name is 'ab_htmlmin-master'
* you have to move the folder 'ab_htmlmin' to your 'modules'-folder.
Don't forget to activate module in the OXID backend
----