From 3ecf38b401eaf1ff1efc174172876b2e2e0b9748 Mon Sep 17 00:00:00 2001 From: Christopher Manning Date: Tue, 27 Oct 2015 17:28:04 -0500 Subject: [PATCH] Vagrantfile: use recommended bootstrap scripts for provisioning Also remove an incorrect command from the Vagrant instructions in `docs/contributing.rst`. --- Vagrantfile | 9 +++------ docs/contributing.rst | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index d54e4ea23..a2759440c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,14 +4,11 @@ # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" -# Setup instructions from docs/using.rst +# Setup instructions from docs/contributing.rst $ubuntu_setup_script = <