aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-20 15:35:22 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-20 15:35:22 -0800
commit5b071908433ab241a4d00ae0c583c6bcd914415c (patch)
treec07d7269ed81dd15ecb87c7a4505bc3b7dc4460e /src
parent400ba76208c15ed0ee777ac16c345d08cdba3596 (diff)
Update README.md
fix comment about the installation location
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ruby/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/README.md b/src/ruby/README.md
index aabfff5277..8792bb851e 100755
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -55,7 +55,7 @@ $ gem install bundler
- Finally, install the gRPC gem locally.
```sh
-$ cd <install_dir>
+$ # from this directory
$ bundle install
$ rake # compiles the extension, runs the unit tests, see rake -T for other options
```