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:
@ -2463,13 +2463,12 @@ v install ui
|
||||
```
|
||||
|
||||
Modules could install directly from git or mercurial repositories.
|
||||
The -git flag is the default for repository urls, and can be skipped.
|
||||
```powershell
|
||||
v install [-git|-hg] [url]
|
||||
v install [--git|--hg] [url]
|
||||
```
|
||||
**Example:**
|
||||
```powershell
|
||||
v install https://github.com/vlang/markdown
|
||||
v install --git https://github.com/vlang/markdown
|
||||
```
|
||||
|
||||
Removing a module with v:
|
||||
|
Reference in New Issue
Block a user