Skip to content

Commit

Permalink
📝 Fix instructions to fix an issue with cargo install
Browse files Browse the repository at this point in the history
Fix #74
  • Loading branch information
pyaillet committed Feb 3, 2024
1 parent 0055d2a commit 9e038c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e038c8

Please sign in to comment.