Skip to content

Commit

Permalink
docs: add cache to the readme import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Oct 21, 2023
1 parent 39af729 commit b12bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ in your `config.nu` you can add the following to load `nu-git-manager` modules:
# config.nu
# load the main `gm` command
use nu-git-manager [gm, "gm clone", "gm list", "gm root", "gm remove"]
use nu-git-manager [gm, "gm clone", "gm cache", "gm list", "gm root", "gm remove"]
# the following are non-essential modules
use nu-git-manager sugar git # augmnet Git with custom commands
Expand Down

0 comments on commit b12bd94

Please sign in to comment.