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 | |
| parent | e58c967c86779a1b2a87711bcf3d0bcdc233b2c8 (diff) | |
| parent | 300a5d7d717febf738e24602caa3696cec151f24 (diff) | |
| download | rust-633b2597cc88f42b61cda04684794a4352d83ace.tar.gz rust-633b2597cc88f42b61cda04684794a4352d83ace.zip | |
Rollup merge of #34184 - euclio:patch-1, r=steveklabnik
fix indentation in README
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md index 80d2b7c42d8..bc41e62b36a 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,13 @@ build. $ pacman -Sy pacman-mirrors ``` -Download [MinGW from -here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the -`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, -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. + Download [MinGW from + here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the + `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, + 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. - ``` + ```sh # Make git available in MSYS2 (if not already available on path) $ pacman -S git |
