From fb9130e85aca2f648f1ac32f6a97c0d151a7b2af Mon Sep 17 00:00:00 2001 From: Advait Junnarkar Date: Wed, 5 Jul 2017 18:15:57 +1000 Subject: [PATCH] Documentation unclear Clarified how to finish installation by setting a Ruby version either globally or locally. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 662d4a46..1ebde140 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,8 @@ $ rbenv install -l $ 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 Ruby manually as a subdirectory of `~/.rbenv/versions/`. An entry in that directory can also be a symlink to a Ruby version installed