diff options
| author | 2022-07-22 12:20:04 -0700 | |
|---|---|---|
| committer | 2022-07-22 12:20:04 -0700 | |
| commit | 105350b8266f9c3bd0e24684184348dfe52db232 (patch) | |
| tree | c04a0989e7dc86670635d74c9180e6d496db0b5a /src | |
| parent | d003fb42885af151918dee4fa0e5ade413ecf7f3 (diff) | |
| download | bun-105350b8266f9c3bd0e24684184348dfe52db232.tar.gz bun-105350b8266f9c3bd0e24684184348dfe52db232.tar.zst bun-105350b8266f9c3bd0e24684184348dfe52db232.zip | |
Mention WSL version requirement
Diffstat (limited to 'src')
| -rw-r--r-- | src/http_client_async.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http_client_async.zig b/src/http_client_async.zig index 2da75b652..7b376c986 100644 --- a/src/http_client_async.zig +++ b/src/http_client_async.zig @@ -56,6 +56,8 @@ pub fn onThreadStart(_: ?*anyopaque) ?*anyopaque { \\ <cyan>wsl --update<r> \\ <cyan>wsl --shutdown<r> \\ + \\ Please make sure you're using WSL version 2 (not WSL 1). + \\ \\If that doesn't work (and you're on a Windows machine), try this: \\ 1. Open Windows Update \\ 2. Download any updates to Windows Subsystem for Linux |
