diff options
| author | Frostie314159 <[email protected]> | 2024-03-31 20:48:05 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-31 20:48:05 +0200 |
| commit | 67c9cc2c4b886e6962ecdd6eff8794b14c1accdc (patch) | |
| tree | f176ab269949d26f48e04c950cebc5489bae8c56 /examples/std/README.md | |
| parent | a2f9aa592ec61beb247065003016515f0d423c13 (diff) | |
| parent | 6634cc90bcd3eb25b64712688920f383584b2964 (diff) | |
Merge branch 'embassy-rs:main' into ticker_send_sync
Diffstat (limited to 'examples/std/README.md')
| -rw-r--r-- | examples/std/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/std/README.md b/examples/std/README.md index adc795928..e3a59d6ea 100644 --- a/examples/std/README.md +++ b/examples/std/README.md | |||
| @@ -13,11 +13,11 @@ sudo ip -6 route add fe80::/64 dev tap0 | |||
| 13 | sudo ip -6 route add fdaa::/64 dev tap0 | 13 | sudo ip -6 route add fdaa::/64 dev tap0 |
| 14 | ``` | 14 | ``` |
| 15 | 15 | ||
| 16 | Second, have something listening there. For example `nc -l 8000` | 16 | Second, have something listening there. For example `nc -lp 8000` |
| 17 | 17 | ||
| 18 | Then run the example located in the `examples` folder: | 18 | Then run the example located in the `examples` folder: |
| 19 | 19 | ||
| 20 | ```sh | 20 | ```sh |
| 21 | cd $EMBASSY_ROOT/examples/std/ | 21 | cd $EMBASSY_ROOT/examples/std/ |
| 22 | cargo run --bin net -- --static-ip | 22 | cargo run --bin net -- --static-ip |
| 23 | ``` \ No newline at end of file | 23 | ``` |
