Skip to content

Commit fa733c8

Browse files
Update README.md
1 parent 4886f90 commit fa733c8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ This fork modifies the original project to produce a drop-in replacement for tok
4343

4444
$ cargo update -p tokio --precise 1.43.0
4545

46-
6. Test all the changes against your local msim repo - if there are build errors the rebasing may have gone wrong.
46+
6. Install simtest (if you already have it, skip this step): https://github.com/MystenLabs/sui/blob/main/scripts/simtest/install.sh
4747

48-
- install simtest (if you already have it, skip this step): https://github.com/MystenLabs/sui/blob/main/scripts/simtest/install.sh
48+
7. Test all the changes against your local msim repo - if there are build errors the rebasing may have gone wrong.
49+
$ cd sui
50+
$ LOCAL_MSIM_PATH=/path/to/mysten-sim/msim cargo simtest
4951

50-
$ LOCAL_MSIM_PATH=/path/to/mysten-sim/repo cargo simtest
5152

5253
## Usage:
5354

0 commit comments

Comments
 (0)