From e643569152330a5380190d6e2772e62e259d6ac4 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 9 Mar 2013 16:41:24 -0300 Subject: [PATCH] Update README once more... --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f513fa..58f614a 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,9 @@ bundle install cd development cp Vagrantfile.lxc Vagrantfile # Required in order to allow nested containers to be started -sudo apt-get install apparmor-utils && sudo aa-complain /usr/bin/lxc-start -./setup-lxc-dev-box +sudo apt-get install apparmor-utils +sudo aa-complain /usr/bin/lxc-start +bundle exec vagrant-lxc up ``` That should result in a container ready to be `bundle exec vagrant-lxc ssh`ed. @@ -152,7 +153,7 @@ vagrant up ``` cd development cp Vagrantfile.vb.1.1 Vagrantfile -vagrant up +bundle exec vagrant-lxc up ```