From 0e4a9e8d35aed25f9d7da2193569e7face463ff9 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 14 Oct 2022 15:18:43 +0200 Subject: Update install command --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index aa5698e..685125f 100644 --- a/readme.md +++ b/readme.md @@ -76,9 +76,13 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark] With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`: ```sh -cargo install markdown +cargo add markdown@1.0.0-alpha.1 ``` +> 👉 **Note**: this is a new crate that reuses an old name. +> The old crate (`0.3.0` and lower) has a bunch of problems. +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.1`. + ## Use ```rs -- cgit