summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2016-06-10 21:16:46 +0900
committerGitHub <noreply@github.com>2016-06-10 21:16:46 +0900
commit633b2597cc88f42b61cda04684794a4352d83ace (patch)
tree4b702111072f030a49f0479efa6bd227f57af2ad /README.md
parentRollup merge of #34175 - rwz:patch-2, r=alexcrichton (diff)
parentfix indentation in README (diff)
downloadgrust-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.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 80d2b7c42d..bc41e62b36 100644
--- a/README.md
+++ b/README.md
@@ -75,13 +75,13 @@ build.
75 $ pacman -Sy pacman-mirrors 75 $ pacman -Sy pacman-mirrors
76 ``` 76 ```
77 77
78Download [MinGW from 78 Download [MinGW from
79here](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,
81add 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,
82installing 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