We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5953d commit f58c661Copy full SHA for f58c661
docs/installing-pkgx.md
@@ -20,6 +20,13 @@ Our installer both installs and upgrades `pkgx`:
20
curl -fsS https://pkgx.sh | sh
21
```
22
23
+## Windows
24
+
25
+```pwsh
26
+irm https://pkgx.sh | iex
27
+# ^^ limited packages so far, list available programs with `pkgx -Q`
28
+```
29
30
{% hint style='info' %} Wanna read that script before you run it?
31
[github.com/pkgxdev/setup/installer.sh][installer] {% endhint %}
32
0 commit comments