Skip to content

Commit a28130a

Browse files
authored
Merge pull request #7 from santoshxshrestha/refacto
Refacto
2 parents f03f2f3 + f433c6c commit a28130a

File tree

7 files changed

+557
-531
lines changed

7 files changed

+557
-531
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdwatch"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition = "2024"
55
authors = ["Santosh Shrestha <santoshxshrestha@gmail.com> "]
66
description = "A simple CLI tool to live-preview Markdown files in your browser."

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ cargo install mdwatch
3030
This is the most "Rusty" and portable way.
3131
It automatically downloads, compiles, and installs the latest version to your `$HOME/.cargo/bin`.
3232

33-
> If you want even faster installs with prebuilt binaries, check out [cargo-binstall](https://github.com/cargo-bins/cargo-binstall):
34-
35-
```bash
36-
cargo binstall mdwatch
37-
```
38-
3933
---
4034

4135
### 2. Quick Install via Script

0 commit comments

Comments
 (0)