Repository: incubator-mynewt-site Updated Branches: refs/heads/develop 7d0d5f8a0 -> 80bbb500f
Merge branch 'windows_install' of https://github.com/cwanda/incubator-mynewt-site into develop This closes #182. Tell Windows user to change vers to 0-dev to get apache-mynewt-core master branch. newt 1.0.0-dev version pulls down project.yml with vers: 1-latest. This pulls down apache-mynewt-core mynewt_1_0_0_tag. Windows users need to use the master branch. 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/80bbb500 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/80bbb500 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/80bbb500 Branch: refs/heads/develop Commit: 80bbb500fb036eb85fbe5ba4eceb681edff463b5 Parents: 7d0d5f8 Author: cwanda <[email protected]> Authored: Sun May 14 12:52:45 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Sun May 14 14:09:40 2017 -0700 ---------------------------------------------------------------------- docs/os/get_started/project_create.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/80bbb500/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 cd24198..ecea21e 100644 --- a/docs/os/get_started/project_create.md +++ b/docs/os/get_started/project_create.md @@ -103,6 +103,8 @@ repository.apache-mynewt-core: Changing vers to 0-dev will put you on the latest master branch. **This branch may not be stable and you may encounter bugs or other problems.** +**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:
