grpc.io
grpc.io copied to clipboard
CPP Quickstart Setup directory variable name
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
- Go to 'https://grpc.io/docs/languages/cpp/quickstart/'
- Scroll down to 'Setup' - 'Windows'
- See error
mkdir %INSTALL_DIR%instead ofmkdir %MY_INSTALL_DIR%
Expected behavior
Installation directory variable name matches with the one defined in previous steps %MY_INSTALL_DIR%
Screenshots
@sreenithi Can you please look into this
Fixed in https://github.com/grpc/grpc.io/pull/1420