Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down