Repository: incubator-mynewt-site Updated Branches: refs/heads/develop ff8a7ac47 -> 7a428ecb5
generalized Docker reference in Create your first project tutorial Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/7a428ecb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/7a428ecb Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/7a428ecb Branch: refs/heads/develop Commit: 7a428ecb57bf20bc7db02178cf321e2cf9fa1de7 Parents: ff8a7ac Author: aditihilbert <[email protected]> Authored: Mon Feb 27 00:52:28 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Feb 27 00:52:28 2017 -0800 ---------------------------------------------------------------------- docs/os/get_started/project_create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/7a428ecb/docs/os/get_started/project_create.md ---------------------------------------------------------------------- diff --git a/docs/os/get_started/project_create.md b/docs/os/get_started/project_create.md index d79a6a6..1d794b5 100644 --- a/docs/os/get_started/project_create.md +++ b/docs/os/get_started/project_create.md @@ -287,7 +287,7 @@ App successfully built: ~/myproj/bin/targets/my_blinky_sim/app/apps/blinky/blink ### Run the Project You can run the simulated version of your project and see the simulated LED -blink. If you are using newt docker on Mac OS X, use `newt run` to run the simulated binary. +blink. If you are using newt docker, use `newt run` to run the simulated binary. ``` $ newt run my_blinky_sim @@ -299,7 +299,7 @@ Reading symbols from /bin/targets/my_blinky_sim/app/apps/blinky/blinky.elf...don ``` Type `r` at the `(gdb)` prompt to run the project. You will see an output indicating that the hal_gpio pin is toggling between 1 and 0 in a simulated blink. -If you natively install the toolchain, you can either use `newt run` or call the binary directly. `newt run` is the expected way to call things. +If you natively install the toolchain, you can either use `newt run` or call the binary directly. Generally, `newt run` is the expected way to call things. ``` $ ./bin/targets/my_blinky_sim/app/apps/blinky/blinky.elf
