Skip to content

Commit 97d9eb8

Browse files
committed
documents running bundle install in the recommended workflow [Adam Williams & Xavier Noria], [Closes #30]
1 parent 614f5d4 commit 97d9eb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ Vagrant mounts that very directory as _/vagrant_ within the virtual machine:
7070
vagrant@rails-dev-box:~$ ls /vagrant
7171
puppet rails README.md Vagrantfile
7272

73-
so we are ready to go to edit in the host, and test in the virtual machine.
73+
Install gem dependencies in there:
74+
75+
vagrant@rails-dev-box:~$ cd /vagrant/rails
76+
vagrant@rails-dev-box:/vagrant/rails$ bundle
77+
78+
We are ready to go to edit in the host, and test in the virtual machine.
7479

7580
This workflow is convenient because in the host computer you normally have your editor of choice fine-tuned, Git configured, and SSH keys in place.
7681

0 commit comments

Comments
 (0)