从源代码安装
由于 Rebar3 是免费的,开源的并且用 Erlang 编写,因此可以简单地从源代码中克隆和构建它。
$ git clone https://github.com/erlang/rebar3.git
$ cd rebar3
$ ./bootstrap
这将创建 rebar3 脚本,你可以将其放在 PATH 上或链接到/usr/local/bin
,如上面“安装 Rebar3”部分所述。
由于 Rebar3 是免费的,开源的并且用 Erlang 编写,因此可以简单地从源代码中克隆和构建它。
$ git clone https://github.com/erlang/rebar3.git
$ cd rebar3
$ ./bootstrap
这将创建 rebar3 脚本,你可以将其放在 PATH 上或链接到/usr/local/bin
,如上面“安装 Rebar3”部分所述。