mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vpm: use current folder v.mod, if no args provided in v install
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
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.
|
||||
-verbose - Print more details about the performed operation.
|
||||
-server-url - When doing network operations, use this vpm server. Can be given multiple times.
|
||||
-server-url - When doing network operations, use this vpm server.
|
||||
Can be given multiple times.
|
||||
|
||||
Reference in New Issue
Block a user