Skip to content

Instantly share code, notes, and snippets.

@DavidAntaramian
Created September 12, 2017 21:55
Show Gist options
  • Save DavidAntaramian/de646ab4bf1c06b18d7c46ac91250ee4 to your computer and use it in GitHub Desktop.
Save DavidAntaramian/de646ab4bf1c06b18d7c46ac91250ee4 to your computer and use it in GitHub Desktop.
rm -r ~/.asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
cd ~/.asdf
git checkout v0.3.0
cd ~/
source .bash_profile
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 plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
asdf install erlang 20.0
asdf install elixir 1.5.1
asdf install nodejs 8.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment