From 9e038c810b0e982587bc452ed793df0767a75b6a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Sat, 3 Feb 2024 12:08:58 +0100 Subject: [PATCH] :memo: Fix instructions to fix an issue with cargo install Fix #74 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eb78e4..593cd2a 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ You can either install it with CRI support if you want to use it with containerd #### Without CRI support - Install Rust (see [here](https://www.rust-lang.org/tools/install)) -- Install the tool: `cargo install --git https://github.com/pyaillet/doggy` +- Install the tool: `cargo install --locked --git https://github.com/pyaillet/doggy` #### With CRI support - Install Rust (see [here](https://www.rust-lang.org/tools/install)) - Install the dependencies - [protoc](https://grpc.io/docs/protoc-installation/) with the feature `cri` -- Install the tool: `cargo install --git https://github.com/pyaillet/doggy --features cri` +- Install the tool: `cargo install --locked --git https://github.com/pyaillet/doggy --features cri` ### Use brew