Skip to content

Commit 80c0589

Browse files
committed
add info about adding .cargo/bin to PATH
1 parent 8fa1a5c commit 80c0589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maintainers/niche-package-maintenance/rustc/common/orig-vendor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The process of filtering the vendored crates relies on a custom cargo subcommand
2626
cargo install cargo-vendor-filterer
2727
```
2828

29-
Then run the `debian/rules` script using the `vendor-tarball` target:
29+
This installs the binary `cargo-vendor-filterer` into the location `~/.cargo/bin` inside your home directory. You will need to add `~/.cargo/bin` to your `PATH` if it is not already there. Then run the `debian/rules` script using the `vendor-tarball` target:
3030

3131
```bash
3232
~/rustc/rustc$ debian/rules vendor-tarball

0 commit comments

Comments
 (0)