From 8189e1cd1a7bdbe47fc9918a138e56443e14974a Mon Sep 17 00:00:00 2001 From: Joe George Date: Thu, 30 May 2024 13:48:01 -0400 Subject: [PATCH] Update cpp/README.md Co-authored-by: Jose --- cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/README.md b/cpp/README.md index adddb15af..0eefe0b46 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -149,7 +149,7 @@ If you are building Release, you should add only the Release `bin` directory to your PATH with a command similar to: ```shell -set PATH=%USERPROFILE%\ice-demos\cpp11\packages\zeroc.ice.v143.3.8.0\build\native\bin\x64\Release;%PATH% +set PATH=%USERPROFILE%\ice-demos\cpp\packages\zeroc.ice.v143.3.8.0-alpha0\build\native\bin\x64\Release;%PATH% ``` Then refer to the README.md file in each demo directory for usage instructions.