Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/develop 80bbb500f -> 901c04db0


Fix typos in installation instructions for Windows.


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/77cbe622
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/77cbe622
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/77cbe622

Branch: refs/heads/develop
Commit: 77cbe622ed043ed85c5d11480b9bb7cffd461f24
Parents: 80bbb50
Author: cwanda <wa...@happycity.com>
Authored: Mon May 15 10:21:28 2017 -0700
Committer: cwanda <wa...@happycity.com>
Committed: Mon May 15 10:38:24 2017 -0700

----------------------------------------------------------------------
 docs/newt/install/newt_windows.md     | 9 ++++-----
 docs/os/get_started/project_create.md | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/77cbe622/docs/newt/install/newt_windows.md
----------------------------------------------------------------------
diff --git a/docs/newt/install/newt_windows.md 
b/docs/newt/install/newt_windows.md
index 5b9359f..a6efcc9 100644
--- a/docs/newt/install/newt_windows.md
+++ b/docs/newt/install/newt_windows.md
@@ -95,11 +95,10 @@ README.md           newtvm
 Check that the newt tool is installed and it is in your path:
 
 ```no-highlight
-$ls go/bin
-$ ls bin/newt
-bin/newt
-$which go
-/home/<user>/dev/go/bin/newt
+$ls $GOPATH/bin/newt
+~/dev/go/bin/newt
+$which newt
+~/dev/go/bin/newt
 $ newt version
 Apache Newt (incubating) version: 1.0.0-dev
 ```

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/77cbe622/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 ecea21e..4cc8df3 100644
--- a/docs/os/get_started/project_create.md
+++ b/docs/os/get_started/project_create.md
@@ -311,7 +311,7 @@ All tests passed
 ### Building and Running the Simulated Blinky Application
 The section shows you how to build and run the blinky application to run on 
Mynewt's simulated hardware.
 
-**Note**: This is not yet supported on Windows. Refer to the [Blinky 
Tutorials](/os/tutorials/blinky.md) to create a blinky application on a target 
boards.
+**Note**: This is not yet supported on Windows. Refer to the [Blinky 
Tutorials](/os/tutorials/blinky.md) to create a blinky application for a target 
board.
 
 <br>
 ####Building the Application

Reply via email to