aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Pedersen <Nadia-h@users.noreply.github.com>2019-05-04 15:28:58 +0200
committerGitHub <noreply@github.com>2019-05-04 15:28:58 +0200
commit34c78c6c6cca519f7c897ba9ab9965fb94207793 (patch)
tree7af2d2f53e9a4bad4d558bbe474c1405eaa7a081
parent5d3462b42c4402383d0531537eb46ce32b8c7e94 (diff)
MingW → MinGW
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca2f7b3..30b2052 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ make
#### MSYS2 and CMake
1. Install [MSYS2](https://www.msys2.org/)
-2. Open the **MSYS2 MingW 64-bit** terminal
+2. Open the **MSYS2 MinGW 64-bit** terminal
3. Update the packages using `pacman -Syu` and reopen the terminal if it asks you to
4. Install dependencies: `pacman -S mingw-w64-x86_64-{toolchain,SDL2,cmake} make git`
5. Run the following commands