diff --git a/README.md b/README.md index 718e398ec..0665596c9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Please see [getting started](https://github.com/microsoft/vcpkg#getting-started) If you use Linux or Mac: ```sh -git clone https://github.com/microsoft/vcpkg +git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 ./vcpkg/bootstrap-vcpkg.sh ./vcpkg/vcpkg install "hazelcast-cpp-client[openssl]" --recurse ``` @@ -83,7 +83,7 @@ git clone https://github.com/microsoft/vcpkg If you use Windows: ```bat -git clone https://github.com/microsoft/vcpkg +git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 .\vcpkg\bootstrap-vcpkg.bat .\vcpkg\vcpkg install "hazelcast-cpp-client[openssl]:x64-windows" --recurse ``` diff --git a/Reference_Manual.md b/Reference_Manual.md index 9256e925b..a549c7a74 100644 --- a/Reference_Manual.md +++ b/Reference_Manual.md @@ -192,7 +192,7 @@ Please see [getting started](https://github.com/microsoft/vcpkg#getting-started) If you use Linux or Mac: ```sh -git clone https://github.com/microsoft/vcpkg +git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 ./vcpkg/bootstrap-vcpkg.sh ./vcpkg/vcpkg install "hazelcast-cpp-client[openssl]" --recurse ``` @@ -200,7 +200,7 @@ git clone https://github.com/microsoft/vcpkg If you use Windows: ```bat -git clone https://github.com/microsoft/vcpkg +git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 .\vcpkg\bootstrap-vcpkg.bat .\vcpkg\vcpkg install "hazelcast-cpp-client[openssl]:x64-windows" --recurse ```