From ec21d7df793c94cfc8d806bf81c60255adb16e9a Mon Sep 17 00:00:00 2001 From: PRANAV DUBEY Date: Thu, 24 Jul 2025 14:02:17 +0530 Subject: [PATCH] fix: Update README.md with correct elixir_ls build step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e1db9..443c8a1 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_ENV=prod mix deps.get && mix compile && mix elixir_ls.release2 -o release ``` Afterwards, create or update your coc-settings file and add this line: