You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,18 @@ For corporate-managed Windows devices where `npm install` is blocked (TLS interc
27
27
28
28
* Windows 10/11 (`x64` or `arm64` artifact)
29
29
* Administrator rights to install (writes to `Program Files` and system PATH)
30
-
*No WSL required for installation
30
+
* WSL is not required for installation, but recommended for full Linux CLI behavior
31
31
32
32
### Important runtime note
33
33
34
34
This is still the Linux CLI package, packaged for Windows installation. Some commands or hardware flows that depend on Linux-specific behavior or drivers may still require Linux/WSL at runtime.
35
35
36
+
For full functionality, install WSL first from an elevated Command Prompt:
0 commit comments