From 967b7d48983de743efe97861b79692be1f9c911d Mon Sep 17 00:00:00 2001 From: James Hsiao Date: Mon, 3 Mar 2014 15:54:48 -0500 Subject: [PATCH] updated to remove unnecessary init --- VAGRANT.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/VAGRANT.md b/VAGRANT.md index fbc01d80b4..92fe68792c 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -16,11 +16,9 @@ environment up and running: 1. Download the vagrant box: `vagrant box add habitrpg http://dl.dropboxusercontent.com/u/4309797/devel/habitrpg/package.box` -2. Initialize the vagrant box: -`vagrant init` -3. Boot up and provision the software on the box: +2. Boot up the box: `vagrant up` -4. Login to the environment: +3. Login to the environment: `vagrant ssh` The HabitRPG files will be located under `/vagrant' on the filesystem.