From 907b2e0774ae55ea12e92a9ec7b6b10f6ef1e98a Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Fri, 9 Feb 2024 12:23:58 -0800 Subject: [PATCH] fixed error in installation directions --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4fc9cb..33dd345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recmap" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT" authors = ["Vince Buffalo "] diff --git a/README.md b/README.md index 9814519..31af2ff 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,6 @@ $ cargo add recmap To install the command line tool, use: ``` -$ cargo install recmap +$ cargo install recmap --features=cli ```