瀏覽代碼

Merge pull request #1025 from tsloughter/master

add unstable install/upgrade instructions to readme
pull/1026/head
Fred Hebert 9 年之前
父節點
當前提交
350fcd9f7a
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. +12
    -0
      README.md

+ 12
- 0
README.md 查看文件

@ -71,6 +71,18 @@ $ ./bootstrap
Stable versions can be obtained from the [releases page](https://github.com/rebar/rebar3/releases). Stable versions can be obtained from the [releases page](https://github.com/rebar/rebar3/releases).
The rebar3 escript can also extract itself with a run script under the user's home directory:
```bash
$ ./rebar3 unstable install
===> Extracting rebar3 libs to ~/.cache/rebar3/lib...
===> Writing rebar3 run script ~/.cache/rebar3/bin/rebar3...
===> Add to $PATH for use: export PATH=$PATH:~/.cache/rebar3/bin
```
To keep it up to date after you've installed rebar3 this way you can use `rebar3 unstable upgrade` which
fetches the latest nightly and extracts to the same place as above.
Rebar3 may also be available on various OS-specific package managers such as Rebar3 may also be available on various OS-specific package managers such as
FreeBSD Ports. Those are maintained by the community and Rebar3 maintainers FreeBSD Ports. Those are maintained by the community and Rebar3 maintainers
themselves are generally not involved in that process. themselves are generally not involved in that process.

Loading…
取消
儲存