all repos — nifty @ 811a980605942d561ba778afa50c9be5b1c74cd1

A tiny (pseudo) package manager and script runner.

Update README.md
Fabio Cevasco h3rald@h3rald.com
Sun, 29 Apr 2018 16:13:49 +0200
commit

811a980605942d561ba778afa50c9be5b1c74cd1

parent

a9e8779105e314004af020a4dca92c293f835b3c

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -48,3 +48,5 @@ * `nifty unmap <package>` &middot; Unmaps the previously-mapped package <package>.

* `nifty update` &middot; Updates the command definitions for the current project and migrate nifty.json file (if necessary). * `nifty install [<package>]` &middot; Installs the specified package (or all mapped packages) to the storage directory. * `nifty upgrade [<package>]` &middot; Upgrades the specified previously-installed package (or all packages). + +&rarr; For more information, see the [Nifty User Guide](https://h3rald.com/nifty/Nifty_UserGuide.htm).