We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48b9c8 commit b662e8cCopy full SHA for b662e8c
README.md
@@ -75,7 +75,7 @@ Start by building a binary of ElixirLS from its source:
75
```
76
git clone https://github.com/elixir-lsp/elixir-ls.git ~/.elixir-ls
77
cd ~/.elixir-ls
78
-mix deps.get && mix compile && mix elixir_ls.release -o release
+mix deps.get && mix compile && mix elixir_ls.release2 -o release
79
80
81
Afterwards, create or update your coc-settings file and add this line:
0 commit comments