From 71349416e053cda96afa48b206fe43175c61f24d Mon Sep 17 00:00:00 2001 From: Christian Buttner Date: Thu, 30 Jan 2025 13:56:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 784810b..e8278b9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To get started with c3 in helix editor: #LSP support [language-server.c3-lsp] - command = "c3-lsp" + command = "c3lsp" ``` 2) Run `hx -g fetch`, which will fetch all the grammars (you can exclude grammars with `use-grammars.only` or `use-grammars.except` in `languages.toml`). 3) Run `hx -g build` (you need to have `gcc`/`clang` installed on your system and possibly `gnumake`).