Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr authored May 31, 2024
1 parent 8f29c8b commit 1e4adc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,12 @@ flag, which will call `cargo metadata --all-features` to find final dependency
names, more accurate dependencies per build type, etc. ⚠ This may modify the
`Cargo.lock` files in your projects.

## Cargo Machete Image
## Docker Image

A docker image for cargo machete.

### Example usage
For instance, run `cargo-machete` in the `$(pwd)` directory using:

The command given by,
```
docker run -v $(pwd):/src ghcr.io/bnjbvr/cargo-machete:latest
```
Expand Down

0 comments on commit 1e4adc5

Please sign in to comment.