Skip to content

Commit 327fac1

Browse files
committed
Rollup merge of rust-lang#29180 - SingingTree:readme_windows_build, r=steveklabnik
Adds the pacman git command to the high level Windows installation instructions. As the MSYS2 installation may not include Windows git on the path by default (based on the path settings of Windows users), I figured this could be a helpful inclusion.
2 parents 7a16b95 + 3ed49ef commit 327fac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Read ["Installing Rust"] from [The Book].
7272
$ pacman -S mingw-w64-i686-toolchain
7373
$ pacman -S mingw-w64-x86_64-toolchain
7474
75+
# Make git available in MSYS2 (if not already available on path)
76+
$ pacman -S git
77+
7578
$ pacman -S base-devel
7679
```
7780

0 commit comments

Comments
 (0)