fix net README.md
This commit is contained in:
parent
1b8c0733e6
commit
95fdc7c552
@ -17,11 +17,13 @@ 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`
|
||||||
|
|
||||||
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
|
cargo run --bin net -- --static-ip
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user