diff options
| author | Karun Koppula <[email protected]> | 2024-03-07 15:20:29 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-07 15:20:29 -0500 |
| commit | 54751b7a5093b7960e42cee1bc9a850f9c4b7a8f (patch) | |
| tree | df08df503f2b441c5b62306d50532403fe4c19c9 /examples/std | |
| parent | 3b1d87050e2a30b598e92979b6f202b67664a29c (diff) | |
| parent | b2d236ee390081ec6aeef1a27da06098f9febbf9 (diff) | |
Merge branch 'main' into karun/main_octospi_implementation
Diffstat (limited to 'examples/std')
| -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 | ``` |
