mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
Usage:
|
|
v install [MODULE...]
|
|
Installs each MODULE.
|
|
|
|
If no MODULEs, the modules listed in the `v.mod` file are installed instead.
|
|
|
|
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.
|