@@ -27,8 +27,10 @@ irm https://pkgx.sh | iex
2727# ^^ limited packages so far, list available programs with `pkgx -Q`
2828```
2929
30- {% hint style='info' %} Wanna read that script before you run it?
31- [ github.com/pkgxdev/setup/installer.sh] [ installer ] {% endhint %}
30+ {% hint style='info' %}
31+ Wanna read that script before you run it?
32+ [ github.com/pkgxdev/setup/installer.sh] [ installer ]
33+ {% endhint %}
3234
3335## Download Manually
3436
@@ -76,8 +78,8 @@ RUN pkgx +node@16 npm start
7678```
7779
7880{% hint style='info' %}
79- [ hub.docker.com/r/pkgxdev/pkgx] ( https://hub.docker.com/r/pkgxdev/pkgx ) {%
80- endhint %}
81+ [ hub.docker.com/r/pkgxdev/pkgx] ( https://hub.docker.com/r/pkgxdev/pkgx )
82+ {% endhint %}
8183
8284## GitHub Actions
8385
@@ -86,20 +88,25 @@ endhint %}
8688` ` `
8789
8890{% hint style='info' %}
89- [github.com/pkgxdev/setup](https://github.com/pkgxdev/setup) {% endhint %}
91+ [github.com/pkgxdev/setup](https://github.com/pkgxdev/setup)
92+ {% endhint %}
9093
91- {% hint style='success' %} ` pkgx` makes it easy to consistently use the GNU or
94+ {% hint style='success' %}
95+ ` pkgx` makes it easy to consistently use the GNU or
9296BSD versions of core utilities across different platforms—handy for
93- cross-platform CI/CD scripts. eg. `pkgx +gnu.org/coreutils ls` {% endhint %}
97+ cross-platform CI/CD scripts. eg. `pkgx +gnu.org/coreutils ls`
98+ {% endhint %}
9499
95100# # Arch Linux
96101
97102If you're on Arch Linux (or any of it's derivatives) you can also use the
98103[`pkgx` AUR] (latest released version) or [`pkgx-git` AUR] (latest development
99104version, might not be stable).
100105
101- {% hint style='warning' %} The AURs are community-maintained and might be
102- out-of-date. Use them with caution. {% endhint %}
106+ {% hint style='warning' %}
107+ The AURs are community-maintained and might be
108+ out-of-date. Use them with caution.
109+ {% endhint %}
103110
104111[GitHub Releases] : https://github.com/pkgxdev/pkgx/releases
105112[installer] : https://github.com/pkgxdev/setup/blob/main/installer.sh
0 commit comments