Skip to content

Commit 24f264a

Browse files
authored
Merge pull request #2213 from jieyouxu/install-josh-proxy
2 parents 84fdb51 + d6b0828 commit 24f264a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/doc/rustc-dev-guide/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ including the `<!-- toc -->` marker at the place where you want the TOC.
7474

7575
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree. You can use the following commands to synchronize the subtree in both directions.
7676

77+
You'll need to install `josh-proxy` locally via
78+
79+
```
80+
cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04
81+
```
82+
Older versions of `josh-proxy` may not round trip commits losslessly so it is important to install this exact version.
83+
7784
### Pull changes from `rust-lang/rust` into this repository
7885
1) Checkout a new branch that will be used to create a PR into `rust-lang/rustc-dev-guide`
7986
2) Run the pull command

0 commit comments

Comments
 (0)