From e45a4b7eb559aed4a62f0739ccffb5ce2e433816 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 23 May 2013 20:19:40 -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 3645a55..926d99e 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -86,7 +86,7 @@ If you are a consistent user of MinGW or plan to be, you might also want to subs * You can update MinGW components once you start it's console by using the command `mingw-get update`, this updates the package repository for MinGW. After which you can upgrade packages with `mingw-get upgrade`. **mingw-get upgrade will overwrite to latest versions of GCC as well, so you might have to upgrade to a lower version afterwards.** Using `mingw-get` alone will open a GUI interface for package management. -(OPTIONAL - if using another Git installer or method than the above steps) : +(OPTIONAL - if using another Git installer or method other than the Quick Steps) : * Put the git binary path *after* the MinGW path. So add a line like the following to your `.bashrc`: