Documentation unclear

Clarified how to finish installation by setting a Ruby version either globally or locally.
This commit is contained in:
Advait Junnarkar 2017-07-05 18:15:57 +10:00 committed by GitHub
parent 615f8443fe
commit fb9130e85a

View file

@ -282,6 +282,8 @@ $ rbenv install -l
$ rbenv install 2.0.0-p247 $ rbenv install 2.0.0-p247
~~~ ~~~
Set a Ruby version to finish installation and start using commands `rbenv global 2.0.0-p247` or `rbenv local 2.0.0-p247`
Alternatively to the `install` command, you can download and compile Alternatively to the `install` command, you can download and compile
Ruby manually as a subdirectory of `~/.rbenv/versions/`. An entry in Ruby manually as a subdirectory of `~/.rbenv/versions/`. An entry in
that directory can also be a symlink to a Ruby version installed that directory can also be a symlink to a Ruby version installed