diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-07-17 06:32:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 06:32:23 +0200 |
| commit | dd364bd2261b37b6cd0d7f823b158a0c2903746b (patch) | |
| tree | 03b39eb0b1d89df88aed82201c7258227df30c7c | |
| parent | b2474c87e1e4a8f01ba935084bb99804942de91b (diff) | |
| download | rust-dd364bd2261b37b6cd0d7f823b158a0c2903746b.tar.gz rust-dd364bd2261b37b6cd0d7f823b158a0c2903746b.zip | |
copy-paste convenience
| -rw-r--r-- | src/doc/rustc-dev-guide/src/external-repos.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/external-repos.md b/src/doc/rustc-dev-guide/src/external-repos.md index 68986a0bc68..ecc65b26ab7 100644 --- a/src/doc/rustc-dev-guide/src/external-repos.md +++ b/src/doc/rustc-dev-guide/src/external-repos.md @@ -60,7 +60,10 @@ Currently, we are migrating Josh repositories to it. So far, it is used in: - rustc-dev-guide - stdarch -To use the tool, first install it with `cargo install --locked --git https://github.com/rust-lang/josh-sync`. +To install the tool: +``` +cargo install --locked --git https://github.com/rust-lang/josh-sync +``` Both pulls (synchronize changes from rust-lang/rust into the subtree) and pushes (synchronize changes from the subtree to rust-lang/rust) are performed from the subtree repository (so first |
