You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maintainers/niche-package-maintenance/rustc/common/orig-vendor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The process of filtering the vendored crates relies on a custom cargo subcommand
26
26
cargo install cargo-vendor-filterer
27
27
```
28
28
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:
0 commit comments