1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/v/help/install.txt

14 lines
502 B
Plaintext
Raw Normal View History

2020-03-13 22:52:49 +03:00
Usage:
v install [MODULE...]
Installs each MODULE.
If no MODULEs, the modules listed in the `v.mod` file are installed instead.
2020-03-13 22:52:49 +03:00
Options:
--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.