Skip to content

Commit 0e4a06b

Browse files
authored
Add troubleshooting note for Fedora (#403)
Fixes #231
1 parent 41331a8 commit 0e4a06b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ If you get an error like the following immediately on startup:
217217

218218
and you installed Elixir and Erlang from the Erlang Solutions repository, you may not have a full installation of erlang. This can be solved with `sudo apt-get install esl-erlang`. Originally reported in [#208](https://github.com/elixir-lsp/elixir-ls/issues/208).
219219

220+
On fedora if you only install the elixir package you will not have a full erlang installation, this can be fixed by running `sudo dnf install erlang` (reported in [#231](https://github.com/elixir-lsp/elixir-ls/issues/231))
221+
220222
## Known Issues/Limitations
221223

222224
* `.exs` files don't return compilation errors

0 commit comments

Comments
 (0)