porting/examples/linux: update steps in README.md

Signed-off-by: Petro Karashchenko <[email protected]>
This commit is contained in:
Petro Karashchenko
2023-08-01 08:44:18 +02:00
committed by Szymon Janc
parent 7585a01e43
commit 3720e7656c
+2 -2
View File
@@ -59,7 +59,7 @@ in sysconfig.h to use hci0.
```no-highlight
cd porting/examples/linux
sudo ./_build/nimble_linux.out
sudo ./nimble-linux
```
3. Build and run the unit tests
@@ -68,6 +68,6 @@ The Operating System Abstraction Layer (OSAL) used to port Nimble to Linux
has a suite of unit tests.
```no-highlight
cd tests/unit/porting/npl
cd porting/npl/linux/test
make test
```