Skip to content

Commit 61e83dc

Browse files
committed
Fix numbering in INSTALL.md#MinGW
1 parent c7a48a5 commit 61e83dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ toolchain.
154154
however this is not recommended as it's excrutiatingly slow, and not frequently
155155
tested for compatability.
156156

157-
2. Start a MINGW64 or MINGW32 shell (depending on whether you want 32-bit
157+
3. Start a MINGW64 or MINGW32 shell (depending on whether you want 32-bit
158158
or 64-bit Rust) either from your start menu, or by running `mingw64.exe`
159159
or `mingw32.exe` from your MSYS2 installation directory (e.g. `C:\msys64`).
160160

161-
3. From this terminal, install the required tools:
161+
4. From this terminal, install the required tools:
162162

163163
```sh
164164
# Update package mirrors (may be needed if you have a fresh install of MSYS2)
@@ -178,7 +178,7 @@ toolchain.
178178
mingw-w64-x86_64-ninja
179179
```
180180

181-
4. Navigate to Rust's source code (or clone it), then build it:
181+
5. Navigate to Rust's source code (or clone it), then build it:
182182

183183
```sh
184184
python x.py setup dist && python x.py build && python x.py install

0 commit comments

Comments
 (0)