diff options
author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-06-10 21:16:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-10 21:16:46 +0900 |
commit | 633b2597cc88f42b61cda04684794a4352d83ace (patch) | |
tree | 4b702111072f030a49f0479efa6bd227f57af2ad /README.md | |
parent | Rollup merge of #34175 - rwz:patch-2, r=alexcrichton (diff) | |
parent | fix indentation in README (diff) | |
download | grust-633b2597cc88f42b61cda04684794a4352d83ace.tar.gz grust-633b2597cc88f42b61cda04684794a4352d83ace.tar.bz2 grust-633b2597cc88f42b61cda04684794a4352d83ace.tar.xz |
Rollup merge of #34184 - euclio:patch-1, r=steveklabnik
fix indentation in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -75,13 +75,13 @@ build. | |||
75 | $ pacman -Sy pacman-mirrors | 75 | $ pacman -Sy pacman-mirrors |
76 | ``` | 76 | ``` |
77 | 77 | ||
78 | Download [MinGW from | 78 | Download [MinGW from |
79 | here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the | 79 | here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the |
80 | `version=4.9.x,threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing, | 80 | `version=4.9.x,threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing, |
81 | add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future, | 81 | add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future, |
82 | installing from pacman should be just fine. | 82 | installing from pacman should be just fine. |
83 | 83 | ||
84 | ``` | 84 | ```sh |
85 | # Make git available in MSYS2 (if not already available on path) | 85 | # Make git available in MSYS2 (if not already available on path) |
86 | $ pacman -S git | 86 | $ pacman -S git |
87 | 87 | ||