From 38291356a7ee34929d03833fdd400c7d94a745a4 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 6 Apr 2018 09:42:49 +0200 Subject: [PATCH] [general] Fix another README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a56d3d9f..23774f8c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For binary releases, see the [releases](https://github.com/doitsujin/dxvk/releas Inside the dxvk directory, run: ``` # 64-bit build. For 32-bit builds, replace -# build-win64.txt with build-win32.txtẞ +# build-win64.txt with build-win32.txt meson --cross-file build-win64.txt --prefix /your/dxvk/directory build.w64 cd build.w64 meson configure