Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ 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
```

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
```
Expand Down
4 changes: 2 additions & 2 deletions Reference_Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ 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
```

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
```
Expand Down
Loading