From 8ad324b4f5665f675379f0ee6e683876c31ba5cb Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Mon, 18 Apr 2016 16:09:49 +0200 Subject: [PATCH] update readme with latest version number --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da2b357..3392cee 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,14 @@ There are several ways of installing. You either install the whole project which The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip). -**Latest stable version is v0.7.10 released 2016-04-01.** +**Latest stable version is v0.7.11 released 2016-04-18.** I prefer cloning like this. Do switch to the latest stable version. ```bash git clone git://github.com/mosbth/cimage.git cd cimage -git checkout v0.7.10 +git checkout v0.7.11 ``` Make the cache-directory writable by the webserver. @@ -76,7 +76,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://raw.githubusercontent.com/mosbth/cimage/v0.7.10/webroot/imgp.php +wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.11/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.