From 9b286ecbfd9b498ba19600d68334d9ca16f2ee75 Mon Sep 17 00:00:00 2001 From: Daryl Manning Date: Fri, 3 Feb 2012 17:54:07 +1100 Subject: [PATCH] And better codify the rbenv command just for good measure. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5bf74db..5d08032e 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ hood. As time goes on, ruby versions you install will accumulate in your `~/.rbenv/versions` directory. -There is no uninstall or remove command in rbenv, so removing old +There is no uninstall or remove command in `rbenv`, so removing old versions is a simple matter of `rm -rf` the directory of the relevant ruby version you want removed under `~/.rbenv/versions`