v2 / vlib / v / help / vpm / link.txt
10 lines · 7 sloc · 263 bytes · f6e41da47be431a5e9b2d83c13eb3b594c13c3fa
Raw
Symlink the current project into VMODULES.

Usage:
  v link

The command looks for `v.mod` in the current directory and its parent directories.
The `name` field in `v.mod` determines the destination inside VMODULES.

Options:
  --help, -h   Prints the help menu.