From 83a0cb0fe04a6aa94fc7363a377f4356899ae4d9 Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Thu, 29 May 2014 07:33:18 -0600 Subject: [PATCH] Update README.md Added info about /vagrant dir in vm. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e68b3e4..eaf62d1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ gem install berkshelf # Using mini-mon -- Your home dir is synced to `/vagrant_home` on the vm +- Your host OS home dir is synced to `/vagrant_home` on the vm. +- The root dir of the mon-vagrant repo on your host OS is synced to `/vagrant` on the vm. - The vm will have an ip of 196.168.10.4 that can be access from other services running on the host. - Run `vagrant ssh` to login - Run `vagrant help` for more info