diff --git a/README.md b/README.md index 8e181914..52954ff1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ RVM?**](https://github.com/rbenv/rbenv/wiki/Why-rbenv%3F) * [Upgrading with Homebrew](#upgrading-with-homebrew) * [Basic GitHub Checkout](#basic-github-checkout) * [Upgrading with Git](#upgrading-with-git) + * [Updating the list of available Ruby versions](#updating-the-list-of-available-ruby-versions) * [How rbenv hooks into your shell](#how-rbenv-hooks-into-your-shell) * [Installing Ruby versions](#installing-ruby-versions) * [Installing Ruby gems](#installing-ruby-gems) @@ -289,6 +290,15 @@ $ cd ~/.rbenv $ git pull ~~~ +#### Updating the list of available Ruby versions + +If you're using the `rbenv install` command, then the list of available Ruby versions is not automatically updated when pulling from the rbenv repo. To do this manually: + +```sh +$ cd ~/.rbenv/plugins/ruby-build +$ git pull +``` + ### How rbenv hooks into your shell Skip this section unless you must know what every line in your shell