From d9d3ed56048a2d58ff38792b2e5618f4cf59c369 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sun, 12 Apr 2015 11:40:49 +0200 Subject: [PATCH] Keeping your VM up to date (and first install) The title was irritating, because you also have to call this the first time you access your VM --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index d0004a2731d..34d0709a5e1 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -71,7 +71,7 @@ You may use this client to connect to the VM by using ```vagrant/vagrant``` as y PuTTYGen to import the insecure_private_key file](http://jason.sharonandjason.com/key_based_putty_logins_mini_how_to.htm) (mentioned above) into a PuTTY profile to quickly access your VM. -### Keeping your VM up to date +### Keeping your VM up to date (and first install) Now you're in a virtual machine is almost ready to start developing. It's a good idea to perform the following instructions *every time* you pull from master to ensure your environment is still up to date.