Created cpp/README

This commit is contained in:
Abhishek Kumar 2015-02-20 15:32:42 -08:00
parent bc0c2dcc6b
commit 3a5592ce1e
1 changed files with 8 additions and 0 deletions

8
cpp/README.md Normal file
View File

@ -0,0 +1,8 @@
#gRPC C++ Getting started
First you need to install gRPC on your system. Follow the instructions here:
[https://github.com/grpc/grpc/blob/master/INSTALL](https://github.com/grpc/grpc/INSTALL).
After installing, you can proceed to the [gRPC C++ Hello World tutorial](https://github.com/grpc/grpc-common/cpp/helloworld).
A more detailed tutorial is coming soon.