diff --git a/Cargo.toml b/Cargo.toml index 0f8dfe0d..9f420a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "markdown-oxide" -version = "0.1.0" +version = "0.0.21" edition = "2021" +repository = "https://github.com/Feel-ix-343/markdown-oxide" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -25,3 +26,6 @@ shellexpand = "3.1.0" tokio = { version = "1.34.0", features = ["full"] } tower-lsp = { git = "https://github.com/Feel-ix-343/tower-lsp" } walkdir = "2.4.0" + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }" diff --git a/README.md b/README.md index 603f41f8..f9442f92 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ Markdown Oxide's features are implemented in the form of a language server aimin ``` + + -
+ Cargo binstall (from hosted binary) + + ```bash + cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide + ``` + +
-
AUR (from source) @@ -114,6 +123,15 @@ Install the [vscode extension](https://marketplace.visualstudio.com/items?itemNa ```
+ + -
+ Cargo binstall (from hosted binary) + + ```bash + cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide + ``` + +
-
AUR (from source) @@ -145,6 +163,15 @@ Markdown Oxide is available as an extension titled `Markdown Oxide`. Similarly t ```
+ + -
+ Cargo binstall (from hosted binary) + + ```bash + cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide + ``` + +
-
AUR (from source) @@ -177,6 +204,15 @@ For Helix, all you must do is install the language server's binary to your path.
+-
+ Cargo binstall (from hosted binary) + + ```bash + cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide + ``` + +
+ -
AUR (from source)