aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-09-15 10:14:23 +0100
committerRon Yorston <rmy@pobox.com>2023-09-15 10:14:23 +0100
commita2c4e62d1f09be5d520ad270e8322588aa22003d (patch)
tree1f699e288a46906590ba131640ae101abe4eac93
parent54e6e2a16f2091d5dd1251bb3b4436555b1b0a03 (diff)
downloadbusybox-w32-a2c4e62d1f09be5d520ad270e8322588aa22003d.tar.gz
busybox-w32-a2c4e62d1f09be5d520ad270e8322588aa22003d.tar.bz2
busybox-w32-a2c4e62d1f09be5d520ad270e8322588aa22003d.zip
Typo in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d800eb11b..582193a0b 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ You need a MinGW compiler and a POSIX environment. I cross-compile on Linux. O
10 10
11`dnf install gcc make ncurses-devel perl-Pod-Html` 11`dnf install gcc make ncurses-devel perl-Pod-Html`
12 12
13`dnf install mingw64-gcc (for a 64-bit build) 13`dnf install mingw64-gcc` (for a 64-bit build)
14 14
15`dnf install mingw32-gcc (for a 32-bit build) 15`dnf install mingw32-gcc` (for a 32-bit build)
16 16
17On Microsoft Windows you can install [w64devkit](https://github.com/skeeto/w64devkit/releases). Get the `-i686` variant for a 32-bit build. Unzip the file and run `w64devkit/w64devkit.exe`. 17On Microsoft Windows you can install [w64devkit](https://github.com/skeeto/w64devkit/releases). Get the `-i686` variant for a 32-bit build. Unzip the file and run `w64devkit/w64devkit.exe`.
18 18