From b93d1242db02369761d2cbaaa0c38828c9a31115 Mon Sep 17 00:00:00 2001 From: Sony AK Date: Wed, 18 Nov 2015 11:34:22 +0700 Subject: [PATCH] fix the proper download URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 742790f..ff5ce2c 100644 --- a/README.md +++ b/README.md @@ -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.