We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63b0f0 commit 3ed49efCopy full SHA for 3ed49ef
README.md
@@ -72,6 +72,9 @@ Read ["Installing Rust"] from [The Book].
72
$ pacman -S mingw-w64-i686-toolchain
73
$ pacman -S mingw-w64-x86_64-toolchain
74
75
+ # Make git available in MSYS2 (if not already available on path)
76
+ $ pacman -S git
77
+
78
$ pacman -S base-devel
79
```
80
@@ -98,7 +101,7 @@ Building the documentation requires building the compiler, so the above
98
101
details will apply. Once you have the compiler built, you can
99
102
100
103
```sh
-$ make docs NO_REBUILD=1
104
+$ make docs NO_REBUILD=1
105
106
107
To make sure you don’t re-build the compiler because you made a change
0 commit comments