mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[docs] Fix GITLAB_INSTANCE-> GITLAB_URL
This commit is contained in:
parent
0a25644821
commit
cfc7f61b61
@ -5,7 +5,7 @@ Download and extract a project from Gitlab instances. Enables support for `insta
|
||||
## Usage:
|
||||
```cmake
|
||||
vcpkg_from_gitlab(
|
||||
GITLAB_INSTANCE <https://gitlab.com>
|
||||
GITLAB_URL <https://gitlab.com>
|
||||
OUT_SOURCE_PATH <SOURCE_PATH>
|
||||
REPO <gitlab-org/gitlab-ce>
|
||||
[REF <v10.7.3>]
|
||||
|
@ -5,7 +5,7 @@
|
||||
## ## Usage:
|
||||
## ```cmake
|
||||
## vcpkg_from_gitlab(
|
||||
## GITLAB_INSTANCE <https://gitlab.com>
|
||||
## GITLAB_URL <https://gitlab.com>
|
||||
## OUT_SOURCE_PATH <SOURCE_PATH>
|
||||
## REPO <gitlab-org/gitlab-ce>
|
||||
## [REF <v10.7.3>]
|
||||
|
Loading…
Reference in New Issue
Block a user