diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index aff60de62..95c7d384c 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -7,13 +7,11 @@ on Discourse with:
 
 ### Getting Started
 
-1. Install the Xcode tools: https://developer.apple.com/xcode/
-2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
-3. Install Ruby 1.9.3. We recommend RVM: https://rvm.io/
-4. Open a terminal
-5. Clone the project: `git@github.com:discourse/discourse.git`
-6. Enter the project directory: `cd discourse`
-7. Install vagrant: `gem install vagrant`
+1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
+2. Install Vagrant: https://www.vagrantup.com/
+3. Open a terminal
+4. Clone the project: `git@github.com:discourse/discourse.git`
+5. Enter the project directory: `cd discourse`
 
 ### Using Vagrant
 
@@ -22,7 +20,7 @@ When you're ready to start working, boot the VM:
 vagrant up
 ```
 
-It should prompt you for your admin password. This is so it can mount your local files inside the VM for an easy workflow.
+On Windows, it will prompt you for your admin password. This is so it can mount your local files inside the VM for an easy workflow.
 
 (The first time you do this, it will take a while as it downloads the VM image and installs it. Go grab a coffee.)