From 075ced5806fbee2fea5a7c5cf2f54d467bd8d1fb Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 14 Jul 2016 20:57:51 -0700 Subject: [PATCH] Update path to executables. (#267) --- examples/apps/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/apps/cli/README.md b/examples/apps/cli/README.md index ed17fe783..269a66fd5 100644 --- a/examples/apps/cli/README.md +++ b/examples/apps/cli/README.md @@ -19,7 +19,7 @@ $ make -f examples/Makefile-posix Spawn the process: ```bash -$ cd openthread/examples/posix/app/cli +$ cd /output//bin $ ./ot-cli 1 ``` @@ -54,7 +54,7 @@ Done Spawn the process: ```bash -$ cd openthread/examples/posix/app/cli +$ cd /output//bin $ ./ot-cli 2 ```