Skip to content

Commit 3ed49ef

Browse files
committed
Add example to install git in MSYS2
1 parent a63b0f0 commit 3ed49ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
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
@@ -98,7 +101,7 @@ Building the documentation requires building the compiler, so the above
98101
details will apply. Once you have the compiler built, you can
99102

100103
```sh
101-
$ make docs NO_REBUILD=1
104+
$ make docs NO_REBUILD=1
102105
```
103106

104107
To make sure you don’t re-build the compiler because you made a change

0 commit comments

Comments
 (0)