From 7041b52ebc68821c132c09b721a7dbb441e857a5 Mon Sep 17 00:00:00 2001 From: Rayyan Ansari Date: Fri, 8 Nov 2024 21:41:27 +0000 Subject: [PATCH] Remove extra backtick in Windows build instructions --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 51bc4cac..b052f905 100644 --- a/BUILD.md +++ b/BUILD.md @@ -40,7 +40,7 @@ 5. Install dependencies: Replace `` below with `mingw-w64-ucrt-x86_64` on x64 systems, or `mingw-w64-clang-aarch64` on ARM64 systems. ```bash - pacman -S -{toolchain,cmake,SDL2,libarchive,enet,zstd}` + pacman -S -{toolchain,cmake,SDL2,libarchive,enet,zstd} ``` 6. Install Qt and configure the build directory * Dynamic builds (with DLLs)