mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Revert "vpm: support v install ui https://github.com/vlang/markdown (git urls by default), cleanup vpm.v (#11189)"
This reverts commit eee71cebd4.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Usage:
|
||||
v install [GIT_REPO_URL...|MODULE...]
|
||||
v install [MODULE...]
|
||||
Installs each MODULE.
|
||||
|
||||
If no MODULEs, the modules listed in the `v.mod` file are installed instead.
|
||||
|
||||
Options:
|
||||
-git - Install from git repository url
|
||||
-hg - Install from mercurial repository url
|
||||
-f|-force - force module installation, regardless of existing install
|
||||
--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.
|
||||
|
||||
Reference in New Issue
Block a user