From f8f49fd565c4a0cda31f554139e1d84473627b50 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 11 Aug 2011 13:25:54 -0500 Subject: [PATCH] Document rbenv-rehash --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ad2c234e..12e0b928 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,13 @@ first argument. The most common subcommands are: $ rbenv version 1.8.7-p352 (set by /Volumes/37signals/basecamp/.rbenv-version) +* **rehash** — installs shims for all Ruby binaries known to rbenv + (i.e., `~/.rbenv/versions/*/bin/*`). Run this command after you + install a new version of Ruby, or install a gem that provides + binaries. + + $ rbenv rehash + ## Contributing The rbenv source code is [hosted on