From ec8d79866af14e5035005e881ff16f5e005427f6 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sun, 10 Jan 2016 16:51:42 -0200 Subject: [PATCH] README: fix `jessie-vagrant.yml` path --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 00c3ea4..36ff68b 100644 --- a/README.rst +++ b/README.rst @@ -98,7 +98,7 @@ VirtualBox Vagrant root@host:~# git clone https://github.com/andsens/bootstrap-vz.git # Clone the repo root@host:~# apt-get install qemu-utils debootstrap python-pip # Install dependencies from aptitude root@host:~# pip install termcolor jsonschema fysom docopt pyyaml # Install python dependencies - root@host:~# bootstrap-vz/bootstrap-vz bootstrap-vz/manifests/examples/jessie-vagrant.yml + root@host:~# bootstrap-vz/bootstrap-vz bootstrap-vz/manifests/examples/virtualbox/jessie-vagrant.yml If you want to use the `minimize\_size `__ plugin, you will have to install the ``zerofree`` package and `VMWare Workstation`__ as well.