We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c0d45 commit ab3d8f7Copy full SHA for ab3d8f7
1 file changed
README.md
@@ -36,11 +36,18 @@ $ pkgx +rust
36
> See [`@pkgxdev/dev`] to run the `dev` command in a GitHub Actions compatible manner
37
38
39
-### Should you Cache `~/.pkgx`?
+## Should you Cache `~/.pkgx`?
40
41
No. pkgx packages are just tarballs. Caching is just a tarball. You’ll likely
42
just slow things down.
43
44
+## Version History
45
+
46
+* `v3` defaults to `pkgx`^2 and uses node^20
47
+* `v2` defaults to `pkgx`^1 and uses node^20
48
+* `v1` defaults to `pkgx`@latest and uses node^16
49
+* `v0` should not be used
50
51
52
53
0 commit comments