Skip to content

Commit

Permalink
docs: correct millet build command
Browse files Browse the repository at this point in the history
  • Loading branch information
vortex73 committed Nov 30, 2024
1 parent e869c7e commit 28ad467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6065,8 +6065,8 @@ To use with nvim:

1. Install a Rust toolchain: https://rustup.rs
2. Clone the repo
3. Run `cargo build --release --bin lang-srv`
4. Move `target/release/lang-srv` to somewhere on your $PATH as `millet`
3. Run `cargo build --release --bin millet-ls`
4. Move `target/release/millet-ls` to somewhere on your $PATH as `millet`

Snippet to enable the language server:
```lua
Expand Down

0 comments on commit 28ad467

Please sign in to comment.