diff --git a/README.md b/README.md index 7b023676..7a517ed1 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,13 @@ easy to fork and contribute any changes back upstream. $ git clone https://github.com/rbenv/rbenv.git ~/.rbenv ~~~ + Optionally, try to compile dynamic bash extension to speed up rbenv. Don't + worry if it fails; rbenv will still work normally: + + ~~~ + $ cd ~/.rbenv && src/configure && make -C src + ~~~ + 2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv` command-line utility.