From d3fb0e72b3238198aacc5d71dc86d2115c1fea68 Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Tue, 22 Jan 2019 10:29:17 -0800 Subject: [PATCH] Add links to asdf-elixir|erlang --- install.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.markdown b/install.markdown index 29607627e..973248614 100644 --- a/install.markdown +++ b/install.markdown @@ -97,7 +97,7 @@ Once the release is unpacked, you are ready to run the `elixir` and `iex` comman There are many tools that allow developers to install and manage multiple Erlang and Elixir versions. They are useful if you can't install Erlang or Elixir as mentioned above or if your package manager is simply outdated. Here are some of those tools: - * [asdf](https://github.com/asdf-vm/asdf) - install and manage different Elixir and Erlang versions + * [asdf](https://github.com/asdf-vm/asdf) - install and manage different [Elixir](https://github.com/asdf-vm/asdf-elixir) and [Erlang](https://github.com/asdf-vm/asdf-erlang) versions * [exenv](https://github.com/exenv/exenv) - install and manage different Elixir versions * [kiex](https://github.com/taylor/kiex) - install and manage different Elixir versions * [kerl](https://github.com/yrashk/kerl) - install and manage different Erlang versions