aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-07-23 18:29:28 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-07-23 18:29:28 -0700
commite971fa4490bb98e9e35dac7b094204ddbd8a3f80 (patch)
tree9e94f9aaf37591b903c3df7d6d9122c15c620567 /README.md
parent25d2018029020a15adc237e3e5ff143b19693511 (diff)
Add link to packages.grpc.io
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1af9ec34f0..1960f44137 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,8 @@ For instructions on how to use the language-specific gRPC runtime in your projec
You can find per-language quickstart guides and tutorials in [Documentation section on grpc.io website](https://grpc.io/docs/). The code examples are available in the [examples](examples) directory.
+Precompiled bleeding-edge package builds of gRPC `master` branch's `HEAD` are uploaded daily to [packages.grpc.io](https://packages.grpc.io).
+
# To start developing gRPC
Contributions are welcome!