mirror of
https://github.com/th4s/mpz-play.git
synced 2026-01-09 18:37:58 -05:00
Adapt instructions to cd into directory.
This commit is contained in:
@@ -32,8 +32,9 @@ For example to complete lesson `00-connect`, you follow the instructions in
|
||||
`00-connect/src/lib.rs`. Then in two different terminals run
|
||||
|
||||
```sh
|
||||
cargo run -p connect --bin alice
|
||||
cargo run -p connect --bin bob
|
||||
cd 00-connect
|
||||
cargo run --bin alice
|
||||
cargo run --bin bob
|
||||
```
|
||||
|
||||
Since we use a TCP connection for connecting `Alice` and `Bob`, you can work
|
||||
|
||||
Reference in New Issue
Block a user