aboutsummaryrefslogtreecommitdiffstats
path: root/docs/windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/windows.md')
-rw-r--r--docs/windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/windows.md b/docs/windows.md
index b89caf55c..12691a521 100644
--- a/docs/windows.md
+++ b/docs/windows.md
@@ -1,4 +1,4 @@
-# Windows
+# Windows support
To update descriptions run (assumes `cl` cross-compiler is in PATH):
```
@@ -15,4 +15,4 @@ cl executor\executor_windows.cc /EHsc -o bin\windows_amd64\syz-executor.exe
To run:
```
bin\windows_amd64\syz-stress.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe -cover=0
-``` \ No newline at end of file
+```