1
0
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:
Ned Palacios
2020-05-24 20:25:29 +08:00
committed by GitHub
parent ddcb5f7da3
commit ed7ed6262f
2 changed files with 18 additions and 2 deletions

View File

@@ -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.