You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/12/14 01:49:39 UTC

[mynewt-site] branch master updated: Update install_windows.md

This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6442a12  Update install_windows.md
6442a12 is described below

commit 6442a12e948fb1e452dd2b7eda844997a622f081
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Wed Dec 13 17:49:37 2017 -0800

    Update install_windows.md
---
 docs/newtmgr/install_windows.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/docs/newtmgr/install_windows.md b/docs/newtmgr/install_windows.md
index edcc9ad..72a67d5 100644
--- a/docs/newtmgr/install_windows.md
+++ b/docs/newtmgr/install_windows.md
@@ -1,7 +1,5 @@
 ## Installing Newtmgr on Windows
 
-**Note**: Newtmgr 1.2 on Windows will be released in 1.2.1 patch release. If you want to use newtmgr on Windows, please use Apache Mynewt 1.1.0 release.
-
 This guide shows you how to install the latest release of newtmgr from binary or from source. The tool is written in Go (golang).
 
 It assumes that you have already installed the [newt tool on Windows](/newt/install/newt_windows/) and have the Windows development environment set up.  
@@ -27,7 +25,7 @@ You can install the latest release of newtmgr from binary. It has been tested on
 
 ```no-highlight
 
-$ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.2.0/newtmgr_1_2_0_windows_amd64.tar.gz
+$ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newtmgr_1_3_0_windows_amd64.tar.gz
 
 ```
 <br>
@@ -35,11 +33,11 @@ $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/maste
 
 * If you previously built newtmgr from the master branch, you can extract the file into your $GOPATH/bin directory. Note: This overwrites the current newtmgr.exe in the directory and assumes that you are using $GOPATH/bin for your Go applications.
 
-         tar -xzf /tmp/newtmgr_1_2_0_windows_amd64.tar.gz -C $GOPATH/bin
+         tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin
 
 * If you are installing newtmgr for the first time and do not have Go setup, you can extract into /usr/bin directory:
 
-         tar -xzf /tmp/newtmgr_1_2_0_windows_amd64.tar.gz -C /usr/bin
+         tar -xzf /tmp/newtmgr_1_3_0_windows_amd64.tar.gz -C /usr/bin
 
 
 <br>
@@ -92,8 +90,8 @@ $ go get mynewt.apache.org/newtmgr/newtmgr
 ```no-highlight
 
 $ cd src/mynewt.apache.org/newtmgr
-$ git checkout mynewt_1_2_0_tag
-Note: checking out 'mynewt_1_2_0_tag'.
+$ git checkout mynewt_1_3_0_tag
+Note: checking out 'mynewt_1_3_0_tag'.
 
 ```
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].