Skip to content

Commit

Permalink
update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Apr 1, 2016
1 parent c5cc031 commit 5eebaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9 released 2015-12-07.**
**Latest stable version is v0.7.10 released 2016-04-01.**

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.9
git checkout v0.7.10
```

Make the cache-directory writable by the webserver.
Expand All @@ -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.9/webroot/imgp.php
wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.10/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.
Expand Down

0 comments on commit 5eebaa6

Please sign in to comment.