summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-08-14 19:33:17 -0400
committerpommicket <pommicket@gmail.com>2021-08-14 19:33:17 -0400
commitc6c724d4aa5f38db366141085ae0e9fe24b02033 (patch)
tree42a9439696b0a54db430a5e58a1cdca2edfdc653
parent7fdd5a7b751f37197a38d3f3391b4b819b84c7bf (diff)
-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.