Update path in README. (#781)

This commit is contained in:
Jonathan Hui
2016-10-10 10:58:02 -07:00
committed by GitHub
parent a15a1ba687
commit 2f9f0d697c
+2 -2
View File
@@ -11,7 +11,7 @@ $ make -f examples/Makefile-posix
```
After a successful build, the `elf` files are found in
`<path-to-openthread>/output/x86_64-apple-darwin/bin`.
`<path-to-openthread>/output/<platform>/bin`.
##
@@ -20,7 +20,7 @@ After a successful build, the `elf` files are found in
1. Spawn the process:
```bash
$ cd openthread/examples/posix/app/cli
$ cd <path-to-openthread>/output/<platform>/bin
$ ./ot-cli 1
```