Merge #517
517: Fix embassy-net documentation of running examples. r=lulf a=matoushybl and fix weird indentation. Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
This commit is contained in:
commit
8b4a247af2
@ -17,10 +17,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
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, run it
|
Then run the example located in the `examples` folder:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo run --bin embassy-net-examples
|
cd $EMBASSY_ROOT/examples/std/
|
||||||
|
cargo run --bin net
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user