[Ruby] Specify module init after cloning repo

pull/13777/head
Frank Natividad 7 years ago committed by GitHub
parent b2c389352f
commit 235a2e74b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/ruby/README.md

@ -22,6 +22,12 @@ BUILD FROM SOURCE
---------------------
- Clone this repository
- Init submodules
```sh
git submodule update --init
```
- Install Ruby 2.x. Consider doing this with [RVM](http://rvm.io), it's a nice way of controlling
the exact ruby version that's used.
```sh

Loading…
Cancel
Save