From 6370668cd042358316a3aa7b96d4e52eb83f3cd7 Mon Sep 17 00:00:00 2001 From: Mugur Marculescu Date: Thu, 19 Feb 2015 11:21:17 -0800 Subject: [PATCH 1/2] Adding a link to documentation. And a few other small readme changes. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b45522..bbfb298c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ -gRPC-Go: a Go implementation of gRPC, Google's RPC library +#gRPC-Go + +The Go implementation of [gRPC](https://github.com/grpc/grpc) + +Installation +------------ To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the library is to run: -go get google.golang.org/grpc +``` +$ go get google.golang.org/grpc +``` + +Documentation +------------- +You can find more detailed documentation and examples in the [grpc-common repository](http://github.com/grpc/grpc-common). From 633cee57c616a83558b49ca672862bd13820bd17 Mon Sep 17 00:00:00 2001 From: Mugur Marculescu Date: Thu, 19 Feb 2015 11:27:22 -0800 Subject: [PATCH 2/2] Adding a status section Indicating Go is in Alpha. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bbfb298c..1fc0d9d1 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ $ go get google.golang.org/grpc Documentation ------------- You can find more detailed documentation and examples in the [grpc-common repository](http://github.com/grpc/grpc-common). + +Status +------ +Alpha - ready for early adopters. +