安裝
git clone https://github.com/rebar/rebar
cd rebar
./bootstrap
sudo mv rebar /usr/local/bin
建立一個 app
rebar create-app appid=erl-app
編譯
rebar compile
git clone https://github.com/rebar/rebar
cd rebar
./bootstrap
sudo mv rebar /usr/local/bin
rebar create-app appid=erl-app
rebar compile