From d72328026261c3b06b782207bd53915203e21d42 Mon Sep 17 00:00:00 2001 From: Cosmic Horror Date: Mon, 10 Jul 2023 20:07:27 -0600 Subject: [PATCH] regex-cli: update installation instructions --- regex-cli/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/regex-cli/README.md b/regex-cli/README.md index 36dc50e77..376d89091 100644 --- a/regex-cli/README.md +++ b/regex-cli/README.md @@ -7,11 +7,10 @@ various regex development tasks such as generating tests. ### Installation -Currently `regex-cli` is not on crates.io and should be installed from this -git repository: +Simply use `cargo` to install from crates.io. ``` -$ cargo install --git https://github.com/rust-lang/regex regex-cli +$ cargo install regex-cli ```