aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-09-23 14:42:35 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-09-23 14:45:51 -0700
commit296e39d97cd5d812ffa486c3d98cc0b30fb2b632 (patch)
treecd6c2d1695b1eaa2da82209d97dab5a6de69b8a6 /examples/ruby
parente0ef42ceee0b4c44282521356f208554742e35d0 (diff)
Update QuickStart README.md install
- ensure installation links this branches version of the install instructions - update docs to account for any language-specific install changes
Diffstat (limited to 'examples/ruby')
-rw-r--r--examples/ruby/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/ruby/README.md b/examples/ruby/README.md
index 36f3527006..d50b608e2c 100644
--- a/examples/ruby/README.md
+++ b/examples/ruby/README.md
@@ -3,7 +3,7 @@ gRPC in 3 minutes (Ruby)
BACKGROUND
-------------
-For this sample, we've already generated the server and client stubs from [helloworld.proto][]
+For this sample, we've already generated the server and client stubs from [../protos/helloworld.proto][]
PREREQUISITES
-------------
@@ -25,8 +25,8 @@ RVM is also useful if you don't have the necessary privileges to update your sys
INSTALL
-------
+- [Install gRPC Ruby][]
-- Clone this repository
- Use bundler to install the example package's dependencies
```sh
@@ -35,7 +35,7 @@ INSTALL
$ bundle install
```
-Try it!
+Try it!
-------
- Run the server
@@ -59,3 +59,4 @@ You can find a more detailed tutorial in [gRPC Basics: Ruby](route_guide/README.
[helloworld.proto]:../protos/helloworld.proto
[RVM]:https://www.rvm.io/
+[Install gRPC ruby]:../../src/ruby#installation