diff options
Diffstat (limited to 'src/ruby/README.md')
-rwxr-xr-x | src/ruby/README.md | 2 |
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 ``` |