aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/cmd/v/help/install.txt
blob: ba0b3cb175dd92caf407408550f93827b949c4f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Usage:
  v install [MODULE...]
    Installs each MODULE.

    If no MODULEs, the modules listed in the `v.mod` file are installed instead.

Options:
  --vpm         - [Default] Install from vpm
  --git         - Install from git repository url
  --hg          - Install from mercurial repository url
  -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.