Skip to content

Commit 35f6bbe

Browse files
committed
Document Windows installer
1 parent 5aad810 commit 35f6bbe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
brew install pkgx || curl https://pkgx.sh | sh
1313
```
1414

15+
```pwsh
16+
# Windows 10+
17+
irm https://pkgx.sh | iex
18+
# ^^ we only have limited packages so far
19+
```
20+
1521
> [docs.pkgx.sh/installing-w/out-brew]
1622
1723
 
@@ -62,7 +68,8 @@ Python 2.7.18
6268
</details>
6369
<details><summary>Windows</summary><br>
6470

65-
WSL2; x86-64. _Native windows is planned._
71+
- Experimental Windows native support (limited packages)
72+
- WSL2 (everything Linux supports)
6673

6774
</details>
6875
<details><summary>Docker</summary><br>

0 commit comments

Comments
 (0)