Skip to content

Commit 2445f14

Browse files
committed
update README
1 parent 30c317e commit 2445f14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ $ pkgm local-install git
2727
# ^^ installs git to ~/.local. ie. you get ~/.local/bin/git
2828
# `pkgm li git` is easier to type and remember
2929

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+
3035
$ pkgm list
3136
# ^^ lists what is installed
3237

0 commit comments

Comments
 (0)