From 5934b6d1ecbbfe4af42cd9f08d28810a3b85c54c Mon Sep 17 00:00:00 2001 From: lawrencefs Date: Wed, 12 Feb 2025 06:26:01 +0800 Subject: [PATCH] Update README.md this new command lines are outdated, now only "release2" works, please change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e1db9..5279fdc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Start by building a binary of ElixirLS from its source: ``` git clone https://github.com/elixir-lsp/elixir-ls.git ~/.elixir-ls cd ~/.elixir-ls -mix deps.get && mix compile && mix elixir_ls.release -o release +mix deps.get && mix compile && mix elixir_ls.release2 -o release ``` Afterwards, create or update your coc-settings file and add this line: