Advise about vagrant-cachier in the README

Change-Id: Id3857481cac17540e02420849f0b5fc83339a2ab
This commit is contained in:
enricobacis 2015-09-09 13:18:28 +02:00
parent 2fb1e4e8ea
commit 4a3f15cb2d
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ Then run vagrant up.
On a 32 GB Ram, 4 core i7 haswell, on an SSD, with Fios, this takes
25 - 30 minutes. So it's not quick. However it is repeatable.
If you want to speed-up the process, install the
[vagrant-cachier](https://github.com/fgrehm/vagrant-cachier) plugin in order
to let vagrant cache files, such as apt packages, with:
vagrant plugin install vagrant-cachier
What you should get
-----------------------------------