v/cmd/v/help/install.txt

13 lines
481 B
Plaintext

Usage:
v install module [module] [module] [...]
^^^^^^^^^^^^^ will install the modules you specified
You can also do `v install` directly if you have dependencies stored
inside the `v.mod` file. This will automatically installs the modules
specified inside of it.
Options:
-help - Show usage info.
-v - Print more details about the performed operation.
-server-url - When doing network operations, use this vpm server. Can be given multiple times.