Skip to content

Commit

Permalink
Merge pull request #58 from KSaiAkshit/main
Browse files Browse the repository at this point in the history
feat: support for cargo binstall
  • Loading branch information
Feel-ix-343 authored Apr 28, 2024
2 parents 647577e + 05fe192 commit 12d32af
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 }"
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Markdown Oxide's features are implemented in the form of a language server aimin
```

</details>

- <details>
<summary>Cargo binstall (from hosted binary)</summary>

```bash
cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide
```

</details>

- <details>
<summary>AUR (from source)</summary>
Expand Down Expand Up @@ -114,6 +123,15 @@ Install the [vscode extension](https://marketplace.visualstudio.com/items?itemNa
```
</details>
- <details>
<summary>Cargo binstall (from hosted binary)</summary>
```bash
cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide
```
</details>
- <details>
<summary>AUR (from source)</summary>
Expand Down Expand Up @@ -145,6 +163,15 @@ Markdown Oxide is available as an extension titled `Markdown Oxide`. Similarly t
```
</details>
- <details>
<summary>Cargo binstall (from hosted binary)</summary>
```bash
cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide
```
</details>
- <details>
<summary>AUR (from source)</summary>
Expand Down Expand Up @@ -177,6 +204,15 @@ For Helix, all you must do is install the language server's binary to your path.
</details>
- <details>
<summary>Cargo binstall (from hosted binary)</summary>
```bash
cargo binstall --git 'https://github.com/feel-ix-343/markdown-oxide' markdown-oxide
```
</details>
- <details>
<summary>AUR (from source)</summary>
Expand Down

0 comments on commit 12d32af

Please sign in to comment.