summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a9af68..57c3b66 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ And on Windows:
```
nasm -f win64 sdl.asm -o sdl_asm.obj
-cl /nologo /Fe:SDL2 /LD sdl_asm.obj sdl.c /I C:\\SDL2-2.0.14\\include
+cl /nologo /Fe:SDL2 /LD sdl_asm.obj sdl.c /I C:\SDL2-2.0.14\include
```
And just copy `SDL2.dll` to the same directory as the target application.