2020-03-13 22:52:49 +03:00
|
|
|
Usage:
|
2021-08-18 18:58:04 +03:00
|
|
|
v install [MODULE...]
|
2021-03-13 09:37:12 +03:00
|
|
|
Installs each MODULE.
|
2020-05-24 15:25:29 +03:00
|
|
|
|
2021-03-13 09:37:12 +03:00
|
|
|
If no MODULEs, the modules listed in the `v.mod` file are installed instead.
|
2020-05-24 15:25:29 +03:00
|
|
|
|
2020-03-13 22:52:49 +03:00
|
|
|
Options:
|
2021-08-18 18:58:04 +03:00
|
|
|
--vpm - [Default] Install from vpm
|
|
|
|
--git - Install from git repository url
|
|
|
|
--hg - Install from mercurial repository url
|
2020-06-07 15:20:56 +03:00
|
|
|
-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.
|