From cb13fdcbe508b20e2a494ccc19f5d8daf73240e0 Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 26 Dec 2023 12:35:26 +0530 Subject: [PATCH] Corrected README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 962b36e..bc439c3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ You can directly install from [Cargo](https://crates.io/crates/vault_vcs) by ``` cargo install vault_vcs ``` +Note - This will install the binaries with executable name ` vault_vcs `. So, if you want to continue using ` vault ` as an executable name, you can alias ` vault_vcs ` to ` vault ` or build it from source. ### References - [Git Book](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects)