From ae85e996ed9bfe8d71a6940cecaf6d2103bba75c Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 20 Feb 2014 21:58:13 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc2293..9edb27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ BACKWARDS INCOMPATIBILITY: FEATURES: - Support for offline provisioning of apt-packages by caching `/var/lib/apt/lists` [GH-84] + Please note that before warming up the cache for this bucket you'll need to `apt-get update` + so that package lists are downloaded. - Support for specifying custom cache bucket synced folder opts - Support to force disabe the plugin [GH-72] - Automatically disable the plugin for cloud providers [GH-45] diff --git a/README.md b/README.md index 9a205c8..ea2a9fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # vagrant-cachier +[![Gem Version](https://badge.fury.io/rb/vagrant-cachier.png)](http://badge.fury.io/rb/vagrant-cachier) [![Gittip](http://img.shields.io/gittip/fgrehm.svg)](https://www.gittip.com/fgrehm/) + A [Vagrant](http://www.vagrantup.com/) plugin that helps you reduce the amount of coffee you drink while waiting for boxes to be provisioned by sharing a common package cache among similiar VM instances. Kinda like [vagrant-apt_cache](https://github.com/avit/vagrant-apt_cache)