Skip to content

Instantly share code, notes, and snippets.

@ConnorRigby
Last active September 11, 2016 03:00
Show Gist options
  • Save ConnorRigby/8a8bffff935d1a43cd74c4b8cf28a845 to your computer and use it in GitHub Desktop.
Save ConnorRigby/8a8bffff935d1a43cd74c4b8cf28a845 to your computer and use it in GitHub Desktop.
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.1.0
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
source $HOME/.asdf/asdf.sh
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
asdf install erlang 19.0
asdf install elixir 1.3.1
asdf global erlang 19.0
asdf global elixir 1.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment