Skip to content

Commit 083ea3b

Browse files
authored
Replace kerl and kiex with asdf in readme (#421)
kerl and kiex are not officially supported as a way to manage the installed Elixir and Erlang versions. Fixes #414
1 parent 6ffa871 commit 083ea3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Erlang:
9393

9494
- OTP 21 minimum
9595

96-
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.
96+
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.
9797

9898
## Debugger support
9999

0 commit comments

Comments
 (0)