From a237a15bdbaa9365fd7f7903339ae22112bd6a29 Mon Sep 17 00:00:00 2001 From: Stefan Effenberger Date: Thu, 15 May 2025 13:40:35 +0200 Subject: [PATCH 1/2] updated installation method --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af1a35d..1ef1c705 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ To install `dv`, clone this repository and build: ``` git clone https://github.com/ChainSecurity/deployment_validation cd deployment-validation -cargo install --path . +cargo build --release +mv dv . ``` This creates a binary at `~/.cargo/bin`. You can add the location to your `PATH` with the following command: From f939798cc0c3758da83aeaf225984ed2e305a8b2 Mon Sep 17 00:00:00 2001 From: Stefan Effenberger Date: Fri, 16 May 2025 10:16:04 +0200 Subject: [PATCH 2/2] changed method again --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ef1c705..a2d6697a 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,7 @@ To install `dv`, clone this repository and build: ``` git clone https://github.com/ChainSecurity/deployment_validation cd deployment-validation -cargo build --release -mv dv . +cargo install --path . --locked ``` This creates a binary at `~/.cargo/bin`. You can add the location to your `PATH` with the following command: