Skip to content

Commit 279b20d

Browse files
authored
fixing numbering
1 parent 2a4ad48 commit 279b20d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Docs/Install-Windows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This document describes building `seedtool` with `MSYS2` and its usage on `Windo
55
## Installing MSYS2 and Packages
66

77
1. Install `MSYS2` by downloading the installer and following the installation guide in [www.msys2.org](www.msys2.org).
8-
1. Run `MSYS2` and make sure the package database is updated:
8+
2. Run `MSYS2` and make sure the package database is updated:
99
```bash
1010
# pacman -Syu
1111
# pacman -Su
1212
```
13-
1. Next, install the compiler and the required packages:
13+
3. Next, install the compiler and the required packages:
1414
```bash
1515
# pacman -S mingw-w64-x86_64-clang
1616
# pacman -S patch
@@ -24,12 +24,12 @@ This document describes building `seedtool` with `MSYS2` and its usage on `Windo
2424
## Compiling Seedtool
2525

2626
1. Clone `bc-seedtool-cli`, e.g. into `C:\msys64\home`
27-
1. Open `MSYS2 MinGW 64-bit` application and `cd` into `C:\msys64\home\bc-seedtool-cli`
28-
1. Run the build script with:
27+
2. Open `MSYS2 MinGW 64-bit` application and `cd` into `C:\msys64\home\bc-seedtool-cli`
28+
3. Run the build script with:
2929
```bash
3030
# export CC="clang" && export CXX="clang++" && ./build.sh
3131
```
32-
1. Install:
32+
4. Install:
3333
```bash
3434
# make install
3535
```

0 commit comments

Comments
 (0)