Created
September 12, 2017 21:55
-
-
Save DavidAntaramian/de646ab4bf1c06b18d7c46ac91250ee4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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