You need the erlang virtual machine
brew install erlang
$ wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
$ sudo apt-get update
$ sudo apt-get install esl-erlang
curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s
kiex install 1.9.0
Add in your ~/.basrc or ~/.zshrc or ~/.bash_profile,
kiex 1.9.0
[reference] (https://github.com/taylor/kiex)
mix local.hex
mix archive.install hex phx_new 1.4.9
All changes are located in the changelog file with contribution notes
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request