sjanc commented on a change in pull request #287:  1.1 cleanup and installation 
instructions
URL: https://github.com/apache/mynewt-site/pull/287#discussion_r130464023
 
 

 ##########
 File path: docs/os/get_started/project_create.md
 ##########
 @@ -122,22 +107,29 @@ Changing vers to 0-dev will put you on the latest master 
branch. **This branch m
 **Note:** On Windows platforms,  you will need to change vers to 0-dev and use 
the latest master branch. Release 1.0.0 is not supported on Windows.
 
 <br>
-Run the `newt install` command, from your project base directory (myproj), to 
fetch the source repository and dependencies: 
+Run the `newt install` command, from your project base directory (myproj), to 
fetch the source repository and dependencies.
+
+**Note:** It may take a while to download the apache-mynewt-core reposistory.  
Use the _-v_ (verbose) option to see the installation progress.
 
 ```no-highlight
 $ newt install
 apache-mynewt-core
 ```
-**Note:** It may take a while to download the apache-mynewt-core reposistory.  
Use the _-v_ (verbose) option to see the installation progress.
 <br>
+**Note:** If you get the following error:
 
-**Note:** As mentioned in the beginning of this tutorial, if you get the 
following error: 
-```no-highlight
-ReadDesc: No matching branch for apache-mynewt-core repo
-Error: No matching branch for apache-mynewt-core repo
-```
-You must edit the `project.yml` file and change the line `repo: 
incubator-mynewt-core` to `repo: mynewt-core`.
+    ReadDesc: No matching branch for apache-mynewt-core repo
+    Error: No matching branch for apache-mynewt-core repop
 
+You must edit the `project.yml` file and change the line `repo: 
incubator-mynewt-core` as shown in the following example to `repo: mynewt-core`:
+<br>
+```hl_lines="5"
+repository.apache-mynewt-core:
+    type: github
+    vers: 1-latest
+    user: apache
+    repo: incubator-mynewt-core
 
 Review comment:
   same here
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to