Repository: incubator-mynewt-blinky Updated Branches: refs/heads/master 7e3c0312b -> 82f09fa2c
Add missing step to blinky README. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/commit/82f09fa2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/tree/82f09fa2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/diff/82f09fa2 Branch: refs/heads/master Commit: 82f09fa2cc4c67fb30165ef6be0291aa76e6213e Parents: 7e3c031 Author: Christopher Collins <[email protected]> Authored: Wed Mar 16 23:33:30 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Mar 16 23:33:30 2016 -0700 ---------------------------------------------------------------------- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/blob/82f09fa2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 405d33b..a77e004 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,13 @@ Apache Mynewt simulator. You will need to download the Apache Newt tool, as documented in the [Getting Started Guide](http://mynewt.apache.org/os/get_started/introduction/). -2. Build the blinky app for the sim platform using the "my_blinky_sim" target +2. Download the Apache Mynewt Core package (executed from the blinky directory). + +```no-highlight + $ newt install +``` + +3. Build the blinky app for the sim platform using the "my_blinky_sim" target (executed from the blinky directory). ```no-highlight
