From e4000f2158c7564025759cd6ee5c972557c8aabc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 9 Jan 2014 18:21:22 -0800 Subject: [PATCH] Updated Using Rust on Windows (markdown) --- Using-Rust-on-Windows.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Using-Rust-on-Windows.md b/Using-Rust-on-Windows.md index 74a7b2f..90c950f 100644 --- a/Using-Rust-on-Windows.md +++ b/Using-Rust-on-Windows.md @@ -1,4 +1,4 @@ -As of release 0.9, Rust still depends on GCC for platform linker and C runtime libraries, so you will need to install one before installing Rust itself. +As of release 0.9, Rust still depends on GCC for platform linker and C runtime libraries, so you will need to install one before installing Rust itself. Follow these instructions to set up the environment, then run the [installer][installer]. ## MinGW The standard way of running Rust on Windows is via the [MinGW/MSYS](http://www.mingw.org/) environment: @@ -23,4 +23,6 @@ If you are feeling a bit adventurous, you may also try using a standalone MinGW ## Install Rust -Now just run [the installer](http://static.rust-lang.org/dist/rust-0.9-install.exe) +Now just run the [installer]. + +[installer]: http://static.rust-lang.org/dist/rust-0.9-install.exe