1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

Changed doc/README.mdtoc and built README.md and changed nomenclature to 'ruby versions' as requested.

This commit is contained in:
Daryl Manning
2012-02-09 16:20:53 +11:00
parent 9b286ecbfd
commit 5e57ab95ce
2 changed files with 11 additions and 2 deletions

View File

@@ -183,6 +183,15 @@ opposed to this idea. Here's what `rbenv init` actually does:
Run `rbenv init -` for yourself to see exactly what happens under the
hood.
### Uninstalling Ruby Versions ###
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
versions is a simple matter of `rm -rf` the directory of the relevant
ruby version you want removed under `~/.rbenv/versions`
## Usage ##
Like `git`, the `rbenv` command delegates to subcommands based on its