Update path to executables. (#267)

This commit is contained in:
Jonathan Hui
2016-07-14 20:57:51 -07:00
committed by GitHub
parent dc489cbbf8
commit 075ced5806
+2 -2
View File
@@ -19,7 +19,7 @@ $ make -f examples/Makefile-posix
Spawn the process:
```bash
$ cd openthread/examples/posix/app/cli
$ cd <path-to-openthread>/output/<platform>/bin
$ ./ot-cli 1
```
@@ -54,7 +54,7 @@ Done
Spawn the process:
```bash
$ cd openthread/examples/posix/app/cli
$ cd <path-to-openthread>/output/<platform>/bin
$ ./ot-cli 2
```