diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-01-17 17:25:48 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-01-17 17:25:48 +0530 |
| commit | a993669a405613036d107fc50157308d225e3919 (patch) | |
| tree | b26ca9857dcc1cbc6b795ab11663290a4efa6849 | |
| parent | 80e21d1958b4dd04687cac101dc19db95d8e85d5 (diff) | |
| parent | 797e6fc41b5c34699464d30d408fa441eacf9f44 (diff) | |
| download | rust-a993669a405613036d107fc50157308d225e3919.tar.gz rust-a993669a405613036d107fc50157308d225e3919.zip | |
Rollup merge of #30949 - MrMormon:patch-1, r=alexcrichton
▲ ▲ ▲
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 636c8adfa91..84fb8f3e5b0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ build. Download [MinGW from here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the `threads=win32,exceptions=dwarf/seh` flavor when installing. After installing, -add its `bin` directory to your `PATH`. This is due to #28260, in the future, +add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future, installing from pacman should be just fine. ``` |
