From b5c5ed772f48b5b5df34a6e6161e2d0ddcaeaf32 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 10 Apr 2014 19:20:29 -0700 Subject: [PATCH] Updated Using Rust on Windows (markdown) --- Using-Rust-on-Windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-Rust-on-Windows.md b/Using-Rust-on-Windows.md index c239ab8..a53e97e 100644 --- a/Using-Rust-on-Windows.md +++ b/Using-Rust-on-Windows.md @@ -8,5 +8,6 @@ The current recommended way of obtaining Rust's prerequisites is by using the [m 2. Choose installation options: architecture=x32, threads=posix, exceptions=dwarf. 3. Now just download and run the [Rust installer]. 3. Use Rust compiler from mingw-builds terminal (there will be a shortcut in the Start menu), or add `\mingw32\bin` directory to your PATH. +4. Verify Rust installation at mingw-builds terminal by typing `rustc --help` [Rust installer]: http://static.rust-lang.org/dist/rust-0.9-install.exe