aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/README.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-19 16:32:39 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-19 16:32:39 -0700
commit1894f188bf062a86ed6ad1727792997ebb8cc5ec (patch)
treea2c47cd018a00532e267f558afd16662473155b3 /src/ruby/README.md
parent5329e4bd3f7c5580b67a784c64a7aacbd5cb3549 (diff)
update installation instructions, review feedback
Diffstat (limited to 'src/ruby/README.md')
-rw-r--r--src/ruby/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ruby/README.md b/src/ruby/README.md
index 71404a2671..f8902e34c5 100644
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -26,13 +26,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee -a /etc/apt/sources.list
```
-Install the gRPC debian package
+Install the gRPC Debian package
```sh
sudo apt-get update
sudo apt-get install libgrpc-dev
```
+Install the gRPC Ruby package
+
+```sh
+gem install grpc
+```
+
**Mac OS X**
Install [homebrew][]. Run the following command to install gRPC Ruby.