Skip to content

Commit

Permalink
Merge pull request #50 from dandi/docfix
Browse files Browse the repository at this point in the history
README: Don't mention non-release executable location
  • Loading branch information
jwodder authored Nov 26, 2024
2 parents f873f77 + d04c745 commit 5142ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Building & Running

4. Run with `cargo run --release -- <arguments ...>`.

5. If necessary, the actual binary can be found in `target/debug/s3invsync` (or
`target/release/s3invsync` if built with `--release`). It should run on any
system with the same OS and architecture as it was built on.
5. If necessary, the actual binary can be found in `target/release/s3invsync`.
It should run on any system with the same OS and architecture as it was
built on.


Usage
Expand Down

0 comments on commit 5142ae7

Please sign in to comment.