Skip to content

Commit 1f0d217

Browse files
committed
Merge branch 'publish-crate'
2 parents 4200ed6 + bdf4c42 commit 1f0d217

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[package]
22
name = "emacs-lsp-booster"
3-
version = "0.0.0" # this package will never be published as lib, so ignore this version field
3+
description = "Emacs LSP performance booster "
4+
homepage = "https://github.com/blahgeek/emacs-lsp-booster"
5+
repository = "https://github.com/blahgeek/emacs-lsp-booster"
6+
readme = "README.md"
7+
keywords = ["emacs", "lsp"]
8+
categories = ["command-line-utilities", "development-tools"]
9+
license = "MIT"
10+
version = "0.2.1"
411
edition = "2021"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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)