Skip to content

Commit 633b259

Browse files
authored
Rollup merge of rust-lang#34184 - euclio:patch-1, r=steveklabnik
fix indentation in README
2 parents e58c967 + 300a5d7 commit 633b259

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ build.
7575
$ pacman -Sy pacman-mirrors
7676
```
7777
78-
Download [MinGW from
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,
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.
78+
Download [MinGW from
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,
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.
8383
84-
```
84+
```sh
8585
# Make git available in MSYS2 (if not already available on path)
8686
$ pacman -S git
8787

0 commit comments

Comments
 (0)