grpc.io icon indicating copy to clipboard operation
grpc.io copied to clipboard

CPP Quickstart Setup directory variable name

Open karlji opened this issue 9 months ago • 1 comments

You are creating a bug report for the https://grpc.io website. If you mean to create an issue for gRPC software, visit the appropriate repository instead.

Issue description CPP quickstart guide contains wrongly named variable in setup part for Windows.

Steps to reproduce the issue

  1. Go to 'https://grpc.io/docs/languages/cpp/quickstart/'
  2. Scroll down to 'Setup' - 'Windows'
  3. See error mkdir %INSTALL_DIR% instead of mkdir %MY_INSTALL_DIR%

Expected behavior Installation directory variable name matches with the one defined in previous steps %MY_INSTALL_DIR%

Screenshots Image

karlji avatar Apr 04 '25 08:04 karlji

@sreenithi Can you please look into this

Sangamesh1997 avatar May 08 '25 15:05 Sangamesh1997

Fixed in https://github.com/grpc/grpc.io/pull/1420

shivaspeaks avatar Jul 14 '25 08:07 shivaspeaks