Skip to content

Commit bdf4c42

Browse files
committed
Update build instructions from crates.io
1 parent 905ffe2 commit bdf4c42

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ For Linux or Windows users, you may download the prebuilt binary from [release](
5353
*(The macOS binary in the release page lacks proper code signing for now.)*
5454
A flake for nix users is available [here](https://github.com/slotThe/emacs-lsp-booster-flake).
5555

56-
Alternatively, you may build the target locally:
56+
Alternatively, you may install it from [crates.io](https://crates.io/crates/emacs-lsp-booster):
5757

5858
1. Setup [Rust toolchain](https://www.rust-lang.org/tools/install)
59-
2. Run `cargo build --release`
60-
3. Find the built binary in `target/release/emacs-lsp-booster`
61-
62-
Then, put the `emacs-lsp-booster` binary in your $PATH (e.g. `~/.local/bin`).
59+
2. Run `cargo install emacs-lsp-booster`. Make sure to include the cargo bin folder in your $PATH.
6360

6461
### Configure `lsp-mode`
6562

0 commit comments

Comments
 (0)