From 112a5ae9907df53d38b87fb20658d3f3eaf0b738 Mon Sep 17 00:00:00 2001 From: Kris Leech Date: Tue, 15 Aug 2017 17:04:40 +0100 Subject: [PATCH] Update README.md This plugin works in Drone 0.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90fff45..8559612 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # drone-volume-cache [![drone-volume-cache on Docker Hub](https://img.shields.io/docker/automated/drillster/drone-volume-cache.svg)](https://hub.docker.com/r/drillster/drone-volume-cache/) -This is a pure Bash [Drone](https://github.com/drone/drone) 0.5 plugin to cache files and/or folders to a locally mounted volume. +This is a pure Bash [Drone](https://github.com/drone/drone) 0.5+ plugin to cache files and/or folders to a locally mounted volume. For more information on how to use the plugin, please take a look at [the docs](https://github.com/Drillster/drone-volume-cache/blob/master/DOCS.md).