Remove extra backtick in Windows build instructions
Some checks are pending
macOS / ${{ matrix.arch }} (arm64) (push) Waiting to run
macOS / ${{ matrix.arch }} (x86_64) (push) Waiting to run
macOS / Universal binary (push) Blocked by required conditions
Ubuntu / x86_64 (push) Waiting to run
Ubuntu / aarch64 (push) Waiting to run
Windows / build (push) Waiting to run

This commit is contained in:
Rayyan Ansari 2024-11-08 21:41:27 +00:00
parent adf143a38d
commit 7041b52ebc
No known key found for this signature in database
GPG Key ID: 46A8D18E5BC49D84

View File

@ -40,7 +40,7 @@
5. Install dependencies: 5. Install dependencies:
Replace `<prefix>` below with `mingw-w64-ucrt-x86_64` on x64 systems, or `mingw-w64-clang-aarch64` on ARM64 systems. Replace `<prefix>` below with `mingw-w64-ucrt-x86_64` on x64 systems, or `mingw-w64-clang-aarch64` on ARM64 systems.
```bash ```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 6. Install Qt and configure the build directory
* Dynamic builds (with DLLs) * Dynamic builds (with DLLs)