Skip to content

Commit

Permalink
Update readme.md (#12)
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
impeeza authored Jun 20, 2024
1 parent ebf7f78 commit 9c4020a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ You need a working DevKitPro installation and then install the packages:

#### MingW64:
```bash
pacupd git make cmake mingw-w64-x86_64-gcc switch-cmake libnx switch-dev switch-glfw switch-curl switch-libzstd switch-liblzma switch-liblzma switch-lz4 switch-bzip2
pacman -Syuu git make cmake mingw-w64-x86_64-gcc switch-cmake libnx switch-dev switch-glfw switch-curl switch-libzstd switch-liblzma switch-liblzma switch-lz4 switch-bzip2
```
#### MSYS
```bash
pacupd git make cmake gcc switch-cmake libnx switch-dev switch-glfw switch-curl switch-libzstd switch-liblzma switch-liblzma switch-lz4 switch-bzip2
pacman -Syuu git make cmake gcc switch-cmake libnx switch-dev switch-glfw switch-curl switch-libzstd switch-liblzma switch-liblzma switch-lz4 switch-bzip2
```

The commands to build are:
Expand Down

0 comments on commit 9c4020a

Please sign in to comment.