Skip to content

Commit 6ed13c9

Browse files
committed
Rollup merge of #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 dc1f295 + 3ed49ef commit 6ed13c9

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)