Skip to content

Commit

Permalink
fix one-liner command
Browse files Browse the repository at this point in the history
... since the URL returns a 301 with "Moved Permanently" HTML without the https.
  • Loading branch information
trentlarson authored and mxcl committed Oct 6, 2023
1 parent a3bc722 commit 6700c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $ pkgx your-package --args
You can also recommend our shell one-liner if you like:

```sh
sh <(curl pkgx.sh) +your-package sh
sh <(curl https://pkgx.sh) +your-package sh
```

Will for example install pkgx and your pkg then open a new shell with it
Expand Down

0 comments on commit 6700c72

Please sign in to comment.