Skip to content

Commit

Permalink
Remove extra backtick in Windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
RayyanAnsari committed Nov 8, 2024
1 parent adf143a commit 7041b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
5. Install dependencies:
Replace `<prefix>` below with `mingw-w64-ucrt-x86_64` on x64 systems, or `mingw-w64-clang-aarch64` on ARM64 systems.
```bash
pacman -S <prefix>-{toolchain,cmake,SDL2,libarchive,enet,zstd}`
pacman -S <prefix>-{toolchain,cmake,SDL2,libarchive,enet,zstd}
```
6. Install Qt and configure the build directory
* Dynamic builds (with DLLs)
Expand Down

0 comments on commit 7041b52

Please sign in to comment.