We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c317e commit 2445f14Copy full SHA for 2445f14
1 file changed
README.md
@@ -27,6 +27,11 @@ $ pkgm local-install git
27
# ^^ installs git to ~/.local. ie. you get ~/.local/bin/git
28
# `pkgm li git` is easier to type and remember
29
30
+$ pkgm shim git
31
+# ^^ creates a shim for git in ~/.local/bin
32
+# these shims mimic the pkgx v1 lazy-loading shims, and are desirable for
33
+# certain types of self-healing and dev-setup containers, among other things
34
+
35
$ pkgm list
36
# ^^ lists what is installed
37
0 commit comments