We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b89e24 commit fed031aCopy full SHA for fed031a
README.md
@@ -53,6 +53,14 @@ ruby-build provides an `rbenv-install` command that shortens this to:
53
54
$ rbenv install 1.9.2-p290
55
56
+ruby-build supports $RUBY_BUILD_BUILD_PATH to override the location in which
57
+sources are downloaded and built. The -k/--keep flags will preserve this path
58
+after the build is complete.
59
+
60
+rbenv-install also supports the -k/--keep flag, and additionally supports an
61
+environment variable option $RBENV_BUILD_ROOT that when set, will always build
62
+sources under that location, and keep the sources after build completion.
63
64
### Version History
65
66
#### 20120423
0 commit comments