Commit fed031a2 authored by James Tucker's avatar James Tucker
Browse files

Document new functionality in ruby-build and rbenv-install.

parent 8b89e244
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -53,6 +53,14 @@ ruby-build provides an `rbenv-install` command that shortens this to:

    $ rbenv install 1.9.2-p290

ruby-build supports $RUBY_BUILD_BUILD_PATH to override the location in which
sources are downloaded and built. The -k/--keep flags will preserve this path
after the build is complete.

rbenv-install also supports the -k/--keep flag, and additionally supports an
environment variable option $RBENV_BUILD_ROOT that when set, will always build
sources under that location, and keep the sources after build completion.

### Version History

#### 20120423