From cf8bfe0d7f47e5733debebb033ab13b0d1acdf50 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 9 Mar 2014 21:46:01 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c82287458..0cc5c630d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ to add `/opt/vagrant/bin` to your `PATH`. After this, you're ready to go! To build your first virtual environment: - vagrant init precise32 http://files.vagrantup.com/precise32.box + vagrant init hashicorp/precise32 vagrant up Note: The above `vagrant up` command will also trigger Vagrant to download the @@ -29,7 +29,7 @@ the box doesn't already exist on your system. ## Getting Started Guide -To learn how to build a fully functional rails development environment, view the +To learn how to build a fully functional development environment, follow the [getting started guide](http://docs.vagrantup.com/v2/getting-started/index.html). ## Installing the Gem from Git