diff --git a/Installing-wrk-on-Windows-10.md b/Installing-wrk-on-Windows-10.md
index cea3f8b..a25a126 100644
--- a/Installing-wrk-on-Windows-10.md
+++ b/Installing-wrk-on-Windows-10.md
@@ -2,4 +2,4 @@ wrk can be used on Windows 10 machines through the "Windows Subsystem for Linux"
1. Turn on the "Developer mode" for the Windows 10 machine.
2. Turn on the "Windows Subsystem for Linux" feature in "Turn Windows features on or off".
3. Run "bash" command in command line. Ubuntu image will be installed and will be available to run within Windows shortly.
-4. Follow the Linux install steps
\ No newline at end of file
+4. Follow the Linux install steps, but running `sudo make` instead of just `make`
\ No newline at end of file