From 0ac211140a27455947452c8d4fdcdf6ab80104e6 Mon Sep 17 00:00:00 2001 From: Quang Le Date: Sun, 4 Oct 2020 12:39:17 +0700 Subject: [PATCH] document: Update README.md using cargo install --path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22624080..8c37fcaa 100644 --- a/README.md +++ b/README.md @@ -623,11 +623,11 @@ cargo build --bins cargo test # Install (release version) -cargo install --locked +cargo install --path . --locked # Build a bat binary with modified syntaxes and themes bash assets/create.sh -cargo install --locked --force +cargo install --path . --locked --force ``` ## Maintainers