From 77942464b3a091889ed061cf4e66b51181558782 Mon Sep 17 00:00:00 2001 From: Alex Dergachev Date: Fri, 28 Jun 2013 15:31:56 -0400 Subject: [PATCH] Added Deprecation Notice to README.md Referred to https://github.com/fgrehm/vagrant-cachier --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f62f6b4..24eacb6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +**DEPRECATION NOTICE**: + +`vagrant-apt_cache` is no longer maintained. For additional features and Vagrant 1.1+ compatibility, +consider using [vagrant-cachier](https://github.com/fgrehm/vagrant-cachier). + + # Vagrant apt-cache Share a common package cache among all VM instances. This gem will share a directory from the host to the `/var/cache/apt` on guest VMs to avoid downloading already-downloaded packages when building VMs.