Installation
How do you install each of the tools?
Rebar3
Instructions available here: http://www.rebar3.org/docs/getting-started
$ git clone https://github.com/rebar/rebar3.git
$ cd rebar3
$ ./bootstrap
And now you have the script rebar3 and can copy it to somewhere in your $PATH as described in the previous section.
erlang.mk
Instructions available here: http://erlang.mk/guide/getting_started.html
Option 1
$ wget https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
Or:
$ curl https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
Option 2
TODO: git clone instructions
mix
Bundled with Elixir