Update README.md

cargo run -p xtask -- install --server https://github.com/rust-lang/rust-analyzer/issues/20141
This commit is contained in:
Mike DuPont 2025-07-02 11:30:15 -04:00 committed by GitHub
parent 7fefbdf1db
commit d07c304741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ If you want to **use** rust-analyzer's language server with your editor of
choice, check [the manual](https://rust-analyzer.github.io/book/).
It also contains some tips & tricks to help you be more productive when using rust-analyzer.
Otherwise you can install from git with `cargo xtask install --server`
Otherwise you can install from git with `cargo xtask install --server` or `cargo run -p xtask -- install --server`
## Security and Privacy