Update README

This commit is contained in:
Fabio Rehm 2013-03-09 20:23:45 -03:00
parent cc0779c7cb
commit 1e49de0a91

View file

@ -146,6 +146,7 @@ start nested containers there to try things out.
cd development
cp Vagrantfile.vb.1.0 Vagrantfile
vagrant up
vagrant reload
```
### Using VirtualBox and Vagrant 1.1 for development
@ -154,6 +155,7 @@ vagrant up
cd development
cp Vagrantfile.vb.1.1 Vagrantfile
bundle exec vagrant-lxc up
bundle exec vagrant-lxc reload
```