Fixed README.md

Fixed the install instructions as it was left unchanged after a folder restructuring, making installing not work.
1 file changed
tree: 7ff58d21163be23ec10d8b64eb366545625aab92
  1. benchmark/
  2. codes/
  3. credentials/
  4. examples/
  5. grpclog/
  6. health/
  7. interop/
  8. metadata/
  9. naming/
  10. test/
  11. transport/
  12. .travis.yml
  13. call.go
  14. clientconn.go
  15. codegen.sh
  16. CONTRIBUTING.md
  17. doc.go
  18. grpc-auth-support.md
  19. LICENSE
  20. Makefile
  21. PATENTS
  22. README.md
  23. rpc_util.go
  24. rpc_util_test.go
  25. server.go
  26. stream.go
  27. trace.go
README.md

#gRPC-Go

Build Status GoDoc

The Go implementation of 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

Prerequisites

This requires Go 1.4 or above.

Documentation

You can find more detailed documentation and examples in the examples directory.

Status

Alpha - ready for early adopters.