From c483b96613badd8b6a198303154591609d57afe9 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sun, 24 Mar 2019 21:26:07 -0600 Subject: [PATCH] Update Vagrant plugin install step to use dependencies from Vagrantfile --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 373645d..fa74ed7 100644 --- a/README.md +++ b/README.md @@ -434,17 +434,13 @@ of the email address associated with your GPG key. In our example this is `hpott -## Install the `vagrant-disksize` plugin to support resize of the start up disk: +## Install Vagrant plugins + +This project uses some 3rd party Vagrant plugins. These dependencies are specified in `Vagrantfile`. +We can install them locally in the `.vagrant` directory with the following command: ``` -zcash-gitian$ vagrant plugin install --local vagrant-disksize -``` - -Most recently tested 2019-03-23 with the following vagrant-disksize release: - -``` -zcash-gitian$ vagrant plugin list --local -vagrant-disksize (0.1.3, local) +zcash-gitian$ vagrant plugin install --local ```