Minor readme cleanup

Change-Id: I86891369528feb6dc15907ba12ecf89f011f25ad
This commit is contained in:
Tim Kuhlman 2014-11-07 15:13:48 -07:00
parent d04ba4002a
commit c39f1034ca
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ When someone updates the config, this process should allow you to bring up an up
- `git pull`
- `ansible-galaxy install -r ansible_roles -p ./roles -f`
- `vagrant box update`
- `vagrant destroy <vm>` Where `<vm>` is the name of the VM being updated, for example 'vertica'
- `vagrant box update` Only needed rarely
- `vagrant destroy <vm>` Where `<vm>` is the name of the VM being updated, for example 'mini-mon'
- `vagrant up`
## Improving Provisioning Speed