瀏覽代碼

Add configure + make step to installation instructions

This compiles the `realpath` dynamic extension for bash which speeds up
symlink resolution. If the extension doesn't compile due to
cross-platform issues, rbenv will still work normally, although not as fast.
pull/653/head^2
Mislav Marohnić 8 年之前
父節點
當前提交
7e5680a0d8
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      README.md

+ 7
- 0
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.

Loading…
取消
儲存