We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aad810 commit 35f6bbeCopy full SHA for 35f6bbe
1 file changed
README.md
@@ -12,6 +12,12 @@
12
brew install pkgx || curl https://pkgx.sh | sh
13
```
14
15
+```pwsh
16
+# Windows 10+
17
+irm https://pkgx.sh | iex
18
+# ^^ we only have limited packages so far
19
+```
20
+
21
> [docs.pkgx.sh/installing-w/out-brew]
22
23
@@ -62,7 +68,8 @@ Python 2.7.18
62
68
</details>
63
69
<details><summary>Windows</summary><br>
64
70
65
-WSL2; x86-64. _Native windows is planned._
71
+- Experimental Windows native support (limited packages)
72
+- WSL2 (everything Linux supports)
66
73
67
74
75
<details><summary>Docker</summary><br>
0 commit comments