Skip to content
Snippets Groups Projects
Commit 52c3237e authored by Sebastian Oberschwendtner's avatar Sebastian Oberschwendtner
Browse files

Changes clone address for vpkg.

parent b0623016
No related branches found
No related tags found
2 merge requests!76Draft: Updated Python code example,!73Initial open source version
Pipeline #1277585 passed
......@@ -74,7 +74,7 @@ The page should like something like this:
- Clone the *vcpkg* repository:
```{.sh .copy}
git clone git@github.com:microsoft/vcpkg.git
git clone https://github.com/microsoft/vcpkg.git
```
- Create the *vcpkg* executable by executing this command in the opened terminal:
......@@ -83,4 +83,4 @@ git clone git@github.com:microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
```
You can get more information how *vcpkg* can be installed in the [Readme :octicons-link-external-16:](https://github.com/microsoft/vcpkg/?tab=readme-ov-file#getting-started){:target="_blank"} of the project itself.
\ No newline at end of file
You can get more information how *vcpkg* can be installed in the [Readme :octicons-link-external-16:](https://github.com/microsoft/vcpkg/?tab=readme-ov-file#getting-started){:target="_blank"} of the project itself.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment