1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-01-17 19:18:15 +01:00

Merge pull request #125 from sonyarianto/master

fix the proper download URL
This commit is contained in:
Mikael Roos 2015-11-18 18:00:36 +01:00
commit ccacc9e0c1

View File

@ -75,7 +75,7 @@ There are some all-included bundles of `img.php` that can be downloaded and used
Dowload the version of your choice like this.
```bash
wget https://github.com/mosbth/cimage/tree/v0.7.7/webroot/imgp.php
wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.7/webroot/imgp.php
```
Open up the file in your editor and edit the array `$config`. Ensure that the paths to the image directory and the cache directory matches your environment, or create an own config-file for the script.