Minor fixes.
h3rald h3rald@h3rald.com
Sun, 29 Apr 2018 15:30:35 +0200
1 files changed,
8 insertions(+),
8 deletions(-)
jump to
M
README.md
→
README.md
@@ -37,13 +37,13 @@ *nifty* is a self-contained executable program written in {{nim -> [Nim](https://nim-lang.org)}} and runs on all platforms where Nim compiles. Also, unlike other package managers that are typically used within the context of one specific programming language (like [NPM](https://www.npmjs.com) for Javascript or [RubyGems](https://rubygems.org) for Ruby), *nifty* can be used in virtually any project, regardless of the programming language used.
## Usage -* `nifty help [lt;commandgt;]` · Display help on the specified command (or all commands). -* `nifty info lt;packagegt;` · Displays information on lt;packagegt; -* `nifty init [lt;storage-dirgt;]` · Initializes a project in the current directory (using lt;storage-dirgt; as storage directory). +* `nifty help [<command>]` · Display help on the specified command (or all commands). +* `nifty info <package>` · Displays information on <package> +* `nifty init [<storage-dir>]` · Initializes a project in the current directory (using <storage-dir> as storage directory). * `nifty list` · Lists all dependencies (recursively) of the current project. -* `nifty map lt;packagegt;` · Configures a new or existing package lt;packagegt;. -* `nifty remove [lt;packagegt;]` · Removes the specified package (or all packages) from the storage directory. -* `nifty unmap lt;packagegt;` · Unmaps the previously-mapped package lt;packagegt;. +* `nifty map <package>` · Configures a new or existing package <package>. +* `nifty remove [<package>]` · Removes the specified package (or all packages) from the storage directory. +* `nifty unmap <package>` · Unmaps the previously-mapped package <package>. * `nifty update` · Updates the command definitions for the current project and migrate nifty.json file (if necessary). -* `nifty install [lt;packagegt;]` · Installs the specified package (or all mapped packages) to the storage directory. -* `nifty upgrade [lt;packagegt;]` · Upgrades the specified previously-installed package (or all packages). +* `nifty install [<package>]` · Installs the specified package (or all mapped packages) to the storage directory. +* `nifty upgrade [<package>]` · Upgrades the specified previously-installed package (or all packages).