11![ pkgx.dev] ( https://pkgx.dev/banner.png )
22
3- ` pkgx ` is a 4MB, * standalone* binary that can * run anything* .
3+ ` pkgx ` is a 4 MiB, standalone binary that can * run anything* .
44
55[ ![ coverage] [ ]] [ coveralls ] [ ![ teaRank] [ ]] ( https://tea.xyz )
66
@@ -50,7 +50,7 @@ Python 2.7.18
5050* <details ><summary >macOS</summary ><br >
5151
5252 * macOS >= 11
53- * x86-64 & Apple Silicon
53+ * 64 bit Intel & Apple Silicon
5454
5555 </details >
5656* <details ><summary >Linux</summary ><br >
@@ -66,6 +66,8 @@ Python 2.7.18
6666 </details >
6767* <details ><summary >Docker</summary ><br >
6868
69+ We provide an image with ` pkgx ` in it:
70+
6971 ``` sh
7072 $ pkgx docker run -it pkgxdev/pkgx
7173
@@ -75,6 +77,13 @@ Python 2.7.18
7577 >
7678 ```
7779
80+ You can use this image to try out (pretty much) any version of any program:
81+
82+ ``` sh
83+ $ docker run pkgxdev/pkgx pkgx node@21.1 --version
84+ v21.1.0
85+ ```
86+
7887 Or in a ` Dockerfile ` :
7988
8089 ``` Dockerfile
@@ -90,13 +99,11 @@ Python 2.7.18
9099 RUN pkgx python@3.10 -m http.server 8000
91100 ```
92101
93- > [ docs.pkgx.sh/docker]
94-
95102 </details >
96103* <details ><summary >CI/CD</summary ><br >
97104
98105 ``` yaml
99- - uses : pkgxdev/setup@v2
106+ - uses : pkgxdev/setup@v3
100107 - run : pkgx shellcheck
101108 ` ` `
102109
@@ -107,8 +114,6 @@ Python 2.7.18
107114 pkgx shellcheck
108115 ```
109116
110- > [ docs.pkgx.sh/ci-cd]
111-
112117 </details >
113118* <details ><summary >Scripts</summary ><br >
114119
@@ -123,28 +128,19 @@ Python 2.7.18
123128 </details >
124129* <details ><summary >Editors</summary ><br >
125130
126- ``` sh
127- $ cd myproj
128-
129- myproj $ env +cargo
130- (+cargo) myproj $ code .
131- ```
132-
133- Or use [ ` dev ` ] [ dev ] ; a separate tool that uses the pkgx primitives to
131+ Use [ ` dev ` ] [ dev ] ; a separate tool that uses the pkgx primitives to
134132 automatically determine and utilize your dependencies based on your
135133 project’s keyfiles.
136134
137135 ``` sh
138136 $ cd myproj
139137
140138 myproj $ dev
141- env +cargo +rust
139+ +cargo +rust
142140
143- (+cargo+rust) my-rust-project $ code .
141+ myproj $ code .
144142 ```
145143
146- > [ docs.pkgx.sh/editors]
147-
148144 </details >
149145
150146  ;
0 commit comments