Merge pull request #11495 from miri64/examples/enh/emcute_readme_native

examples/emcute_mqttsn: make into native application more obvious
This commit is contained in:
Martine Lenders 2019-05-07 19:47:25 +02:00 committed by GitHub
commit 110a410860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,8 @@ single RIOT native instance, we can do the following:
sudo ip a a fec0:affe::1/64 dev tapbr0
```
3. Assign a site-global address with the same prefix to the RIOT `native`
instance:
3. Assign a site-global address with the same prefix within the RIOT `native`
instance (open first with `BOARD=native make term`):
```
ifconfig 5 add fec0:affe::99
```