Merge pull request #2213 from jieyouxu/install-josh-proxy

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-01-20 12:36:25 +08:00 committed by GitHub
commit 28d85dcf89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@ including the `<!-- toc -->` marker at the place where you want the TOC.
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.
You'll need to install `josh-proxy` locally via
```
cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04
```
Older versions of `josh-proxy` may not round trip commits losslessly so it is important to install this exact version.
### Pull changes from `rust-lang/rust` into this repository
1) Checkout a new branch that will be used to create a PR into `rust-lang/rustc-dev-guide`
2) Run the pull command