utzig commented on issue #2507:
URL: https://github.com/apache/mynewt-core/issues/2507#issuecomment-786912063


   > Excellent. I'm able to create a new project, update it, build it, and run 
it.
   > 
   > There's still one issue, I can open this as a new one, if you prefer. The 
`newt install` command returns the following:
   > 
   > ```
   > Error: unknown command "install" for "newt"
   > Run 'newt --help' for usage.
   > jcw@debresc:~/Projects/myproj$
   > ```
   > 
   > The below is from the README.md file that's created.
   > 
   > 1. Download and install Apache Newt.
   > 
   > You will need to download the Apache Newt tool, as documented in the 
[Getting Started 
Guide](https://mynewt.apache.org/latest/get_started/index.html).
   > 
   > 1. Download the Apache Mynewt Core package (executed from the blinky 
directory).
   > 
   > ```
   >     $ newt install
   > ```
   > 
   > 1. Build the blinky app for the sim platform using the "my_blinky_sim" 
target
   >    (executed from the blinky directory).
   > 
   > ```
   >     $ newt build my_blinky_sim
   > ```
   
   Ah, `install` existed before, but was removed and `upgrade` can do 
everything now, so the documentation got behind, you can PR a fix here if you 
want: https://github.com/apache/mynewt-blinky/blob/master/README.md. Otherwise 
I'll see if I fix it tomorrow.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to