From 28ad4675f329b614ce981ddc70ccb5999eb1a5f4 Mon Sep 17 00:00:00 2001 From: Narayan Sreekumar Date: Sat, 30 Nov 2024 17:25:44 +0530 Subject: [PATCH] docs: correct millet build command --- doc/configs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index 1e4592411a..e7895d5d14 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -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