From 433ae51da4a587c688e52e29eabebbad69fa8b26 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sun, 15 Sep 2013 20:03:43 -0700 Subject: [PATCH] Updated Note getting started developing Rust (markdown) --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index 2474f8d..84a3729 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -56,7 +56,7 @@ We recommend developing under [MSYS and MinGW](http://www.mingw.org) using their * Menu - Installation -> * Apply Changes 4. Create a shortcut on your desktop to Msys for `C:\MinGW\msys\1.0\msys.bat` -5. Launch Msys and type `sh /postinstall/pi.sh` (use `C:\MinGW` when asked - backslash is required). +5. Launch Msys and type `sh /postinstall/pi.sh` (use `c:/mingw` when asked). 6. Install Curl with ... Curl is not yet part of MSYS or MinGW, bummer, we know, but all it needs is a volunteer contributor to maintain it however, helping them, helps us, until then...ya gotta do this: * download [curl-7.32.0.tar.gz](http://curl.haxx.se/download/curl-7.32.0.tar.gz) or the latest version manually to your MSYS home, usually `C:\MinGW\msys\1.0\home\` * `tar -zxvf curl-7.32.0.tar.gz`