Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit eafa32d

Browse files
authored
Merge pull request #713 from think01/patch-1
Update installation instructions in C++ quickstart.
2 parents 8488271 + 7b7c500 commit eafa32d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/quickstart/cpp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ working example.</p>
1616

1717
#### Install gRPC
1818

19-
To install gRPC on your system, follow the [instructions to build from
20-
source](https://github.com/grpc/grpc/blob/master/BUILDING.md).
19+
To install gRPC on your system, follow the [instructions to install gRPC C++ via make](https://github.com/grpc/grpc/blob/master/src/cpp/README.md#make).
2120

2221
To run the example code, please ensure `pkg-config` is installed on your
2322
machine before you build and install gRPC in the previous step, since the
@@ -55,7 +54,7 @@ $ make
5554

5655
Most failures at this point are a result of a faulty installation (or having
5756
installed gRPC to a non-standard location. Check out [the installation
58-
instructions for details](https://github.com/grpc/grpc/blob/master/INSTALL.md)).
57+
instructions for details](https://github.com/grpc/grpc/blob/master/src/cpp/README.md#make)).
5958

6059
## Try it!
6160

0 commit comments

Comments
 (0)