fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.08k stars 111 forks source link

Fixed missing $HOME in usage.md #82

Closed gionn closed 10 years ago

tmatilai commented 10 years ago

Thanks for the patch, but that's in the :machine scope, where the cache directory is in .vagrant in the project dir (the same where Vagrantfile is), not ~/.vagrant.d. The example still seems to be wrong, I think it should be:

$ rm -rf .vagrant/machines/<box-name>/cache/<optional-bucket-name>

@fgrehm?

fgrehm commented 10 years ago

Yup, @tmatilai is right, I'll try to have this fixed tonight. Thanks!

fgrehm commented 10 years ago

I've fixed the docs on 95b939a, it'll be updated on the main docs website as soon as 0.6.0 is out (hopefully tonight)