Skip to content

Commit 41c0c5b

Browse files
authored
Merge pull request #2510 from rust-lang/tshepang-patch-1
copy-paste convenience
2 parents b2474c8 + dd364bd commit 41c0c5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/doc/rustc-dev-guide/src/external-repos.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ Currently, we are migrating Josh repositories to it. So far, it is used in:
6060
- rustc-dev-guide
6161
- stdarch
6262

63-
To use the tool, first install it with `cargo install --locked --git https://github.com/rust-lang/josh-sync`.
63+
To install the tool:
64+
```
65+
cargo install --locked --git https://github.com/rust-lang/josh-sync
66+
```
6467

6568
Both pulls (synchronize changes from rust-lang/rust into the subtree) and pushes (synchronize
6669
changes from the subtree to rust-lang/rust) are performed from the subtree repository (so first

0 commit comments

Comments
 (0)