Skip to content

Commit

Permalink
Replace kerl and kiex with asdf in readme (elixir-editors#421)
Browse files Browse the repository at this point in the history
kerl and kiex are not officially supported as a way to manage the
installed Elixir and Erlang versions.

Fixes elixir-editors#414
  • Loading branch information
axelson authored Nov 28, 2020
1 parent 6ffa871 commit 083ea3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Erlang:

- OTP 21 minimum

You may want to install Elixir and Erlang from source, using the [kiex](https://github.com/taylor/kiex) and [kerl](https://github.com/kerl/kerl) tools. This will let you go-to-definition for core Elixir and Erlang modules.
Installing Elixir and Erlang from [ASDF](https://github.com/asdf-vm/asdf) is generally recommended so that you can have different projects using different versions of Elixir without having to change your system-installed version. ElixirLS will detect and use the version of Elixir and Erlang that you have configured in asdf.

## Debugger support

Expand Down

0 comments on commit 083ea3b

Please sign in to comment.