Merge pull request #2491 from ValouBambou/main
fix: typo in netcat command for std example
This commit is contained in:
commit
415050516b
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ sudo ip -6 route add fe80::/64 dev tap0
|
||||||
sudo ip -6 route add fdaa::/64 dev tap0
|
sudo ip -6 route add fdaa::/64 dev tap0
|
||||||
```
|
```
|
||||||
|
|
||||||
Second, have something listening there. For example `nc -l 8000`
|
Second, have something listening there. For example `nc -lp 8000`
|
||||||
|
|
||||||
Then run the example located in the `examples` folder:
|
Then run the example located in the `examples` folder:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd $EMBASSY_ROOT/examples/std/
|
cd $EMBASSY_ROOT/examples/std/
|
||||||
cargo run --bin net -- --static-ip
|
cargo run --bin net -- --static-ip
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue