Skip to content

Commit b662e8c

Browse files
committed
fix: Update README.md with correct elixir_ls build step
1 parent a48b9c8 commit b662e8c

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
@@ -75,7 +75,7 @@ Start by building a binary of ElixirLS from its source:
7575
```
7676
git clone https://github.com/elixir-lsp/elixir-ls.git ~/.elixir-ls
7777
cd ~/.elixir-ls
78-
mix deps.get && mix compile && mix elixir_ls.release -o release
78+
mix deps.get && mix compile && mix elixir_ls.release2 -o release
7979
```
8080

8181
Afterwards, create or update your coc-settings file and add this line:

0 commit comments

Comments
 (0)