mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix embassy-net documentation of running examples.
This commit is contained in:
parent
7c155c3aba
commit
a802fd83aa
@ -17,10 +17,11 @@ sudo ip -6 route add fe80::/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
|
||||
cargo run --bin embassy-net-examples
|
||||
cd $EMBASSY_ROOT/examples/std/
|
||||
cargo run --bin net
|
||||
```
|
||||
|
||||
## License
|
||||
|
Loading…
Reference in New Issue
Block a user