We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09d3ace + f9a9564 commit 67fab14Copy full SHA for 67fab14
README.md
@@ -59,13 +59,13 @@ The recommended workflow is
59
60
* test within the virtual machine.
61
62
-Just clone your Rails fork in the very directory of the Rails development box in the host computer:
+Just clone your Rails fork into the rails-dev-box directory on the host computer:
63
64
host $ ls
65
README.md Vagrantfile puppet
66
host $ git clone [email protected]:<your username>/rails.git
67
68
-Vagrant mounts that very directory as _/vagrant_ within the virtual machine:
+Vagrant mounts that directory as _/vagrant_ within the virtual machine:
69
70
vagrant@rails-dev-box:~$ ls /vagrant
71
puppet rails README.md Vagrantfile
0 commit comments