document that nimble init uses the current directory

This commit is contained in:
Willi Schinmeyer 2018-03-31 20:12:07 +02:00
commit 9fb0e557f2
2 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,8 @@ Commands:
in the current working directory.
check Verifies the validity of a package in the
current working directory.
init [pkgname] Initializes a new Nimble project.
init [pkgname] Initializes a new Nimble project in the
current directory.
publish Publishes a package on nim-lang/packages.
The current working directory needs to be the
toplevel directory of the Nimble package.