From f191e51443f2a4e88a3e06d1e9fbf292038b0867 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 8 May 2013 21:17:12 -0300 Subject: [PATCH] Minor tweaks to README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43bcedb..1479f34 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ sudo apt-get install apparmor-utils sudo aa-complain /usr/bin/lxc-start bundle install cd development -bundle exec vagrant up lxc --provider=lxc -bundle exec vagrant ssh lxc +bundle exec vagrant up quantal --provider=lxc +bundle exec vagrant ssh quantal ``` That should result in a container ready to be `bundle exec vagrant ssh`ed. @@ -175,10 +175,11 @@ start nested containers there to try things out. ``` cd development -bundle exec vagrant up vbox +# Pass in --provider=virtualbox in case you have VAGRANT_DEFAULT_PROVIDER set to something else +bundle exec vagrant up quantal # A reload is needed to ensure the updated kernel gets loaded -bundle exec vagrant reload vbox -bundle exec vagrant ssh vbox +bundle exec vagrant reload quantal +bundle exec vagrant ssh quantal ```