Skip to content

Commit f6f0a6f

Browse files
committed
Docs: recommend WSL install for full Windows runtime support
1 parent a49e36a commit f6f0a6f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,18 @@ For corporate-managed Windows devices where `npm install` is blocked (TLS interc
2727

2828
* Windows 10/11 (`x64` or `arm64` artifact)
2929
* 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
3131

3232
### Important runtime note
3333

3434
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.
3535

36+
For full functionality, install WSL first from an elevated Command Prompt:
37+
38+
```
39+
wsl --install
40+
```
41+
3642
### Build and download installer artifacts
3743

3844
Use the workflow in this repository:

0 commit comments

Comments
 (0)