v2 / vlib / v / help / vpm / install.txt
18 lines · 15 sloc · 755 bytes · 0117789c3d82d188c25889cb5ea2852a9b00521f
Raw
Installs each PACKAGE.

Usage:
  v install [PACKAGE...]

If no PACKAGEs, the packages 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, -h   Prints the help menu
  --once       Only install the package if it was not previously installed
  -v           Print more details about the performed operation.
  -m, --mirror Adds a fallback vpm mirror for package metadata and download count requests.
               Can be given multiple times. Official vpm servers are still tried first.
  -server-url  When doing network operations, use this vpm server.
               Can be given multiple times.