Skip to content

Commit 0e4a9e8

Browse files
committed
Update install command
1 parent 87b3f1a commit 0e4a9e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,13 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark]
7676
With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
7777

7878
```sh
79-
cargo install markdown
79+
cargo add markdown@1.0.0-alpha.1
8080
```
8181

82+
> 👉 **Note**: this is a new crate that reuses an old name.
83+
> The old crate (`0.3.0` and lower) has a bunch of problems.
84+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.1`.
85+
8286
## Use
8387

8488
```rs

0 commit comments

Comments
 (0)