Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuttner authored Jan 30, 2025
1 parent dabb1c5 commit 7134941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit 7134941

Please sign in to comment.