From 34ce68fb1e19e55e16ba8fc19c1f52bd6e5c3350 Mon Sep 17 00:00:00 2001 From: Jason Rust Date: Wed, 26 Dec 2018 12:02:12 -0800 Subject: [PATCH] Note that sudo must be used when building in WSL --- Installing-wrk-on-Windows-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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