-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: correct millet build command #3479
base: master
Are you sure you want to change the base?
Conversation
vortex73
commented
Nov 30, 2024
•
edited
Loading
edited
- Updated build command for millet-ls
Note that |
Note that |
Note that |
1 similar comment
Note that |
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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the only actual change? the changes to doc/configs.txt
and doc/configs.md
should be reverted