From add7eedf21c5691fcf564aec5813d4b7fe1791d0 Mon Sep 17 00:00:00 2001 From: Tyrone Lobban Date: Tue, 25 Jul 2017 21:07:25 +0100 Subject: [PATCH] Make running instructions clearer --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c00bc..cafe475 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,16 @@ cd quorum-examples vagrant up # (should take 5 or so minutes) vagrant ssh +# Once in the VM environment: +cd quorum-examples +#then simply follow the instructions for the demo you'd like to run. ``` (*macOS note*: If you get an error saying that the ubuntu/xenial64 image doesn't exist, please run `sudo rm -r /opt/vagrant/embedded/bin/curl`. This is usually due to issues with the version of curl bundled with Vagrant.) -Once in the VM environment, `cd quorum-examples` then simply follow the -instructions for the demo you'd like to run. + To shut down the Vagrant instance, run `vagrant suspend`. To delete it, run `vagrant destroy`. To start from scratch, run `vagrant up` after destroying the