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 2018/07/05 19:22:44 UTC

[mynewt-newt] branch master updated: Update newt_windows.rst

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-newt.git


The following commit(s) were added to refs/heads/master by this push:
     new 191a11d  Update newt_windows.rst
191a11d is described below

commit 191a11df247f28dac1eef9a0cf2b943f2cf94fd4
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Thu Jul 5 12:22:43 2018 -0700

    Update newt_windows.rst
---
 docs/install/newt_windows.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/install/newt_windows.rst b/docs/install/newt_windows.rst
index 5d5e753..932dbf1 100644
--- a/docs/install/newt_windows.rst
+++ b/docs/install/newt_windows.rst
@@ -13,7 +13,7 @@ This guide shows you how to perform the following:
 
 1. Install MSYS2/MinGW.
 2. Install Git.
-3. Install latest release (1.2.0) of newt from binary.
+3. Install latest release (1.4.1) of newt from binary.
 4. Install latest release of newt from source.
 
 See :doc:`prev_releases` to install an earlier version of newt. You still need
@@ -89,7 +89,7 @@ You can install the latest release of newt from binary. It has been tested on Wi
 
    .. code-block:: console
 
-    $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1_3_0_windows_amd64.tar.gz
+    $ wget -P /tmp https://raw.githubusercontent.com/runtimeco/binary-releases/master/mynewt-newt-tools_1.4.1/newt_1_4_1_windows_amd64.tar.gz
 
 3. Extract the file:
 
@@ -98,13 +98,13 @@ You can install the latest release of newt from binary. It has been tested on Wi
 
       .. code-block:: console
 
-        tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C $GOPATH/bin
+        tar -xzf /tmp/newt_1_4_1_windows_amd64.tar.gz -C $GOPATH/bin
 
    -  If you are installing newt for the first time and do not have a Go workspace setup, you can extract into /usr/bin directory:
 
       .. code-block:: console
 
-        tar -xzf /tmp/newt_1_3_0_windows_amd64.tar.gz -C /usr/bin
+        tar -xzf /tmp/newt_1_4_1_windows_amd64.tar.gz -C /usr/bin
 
 4. Verify the installed version of newt. See `Checking the Installed Version`_.
 
@@ -123,16 +123,16 @@ source.
 
    .. code-block:: console
 
-    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_3_0_tag.tar.gz
-    $ tar -xzf /tmp/mynewt_1_3_0_tag.tar.gz
+    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_4_1_tag.tar.gz
+    $ tar -xzf /tmp/mynewt_1_4_1_tag.tar.gz
 
 4. Run the build.sh to build the newt tool.
 
    .. code-block:: console
 
-    $ cd mynewt-newt-mynewt_1_3_0_tag
+    $ cd mynewt-newt-mynewt_1_4_1_tag
     $ ./build.sh
-    $ rm /tmp/mynewt_1_3_0_tag.tar.gz
+    $ rm /tmp/mynewt_1_4_1_tag.tar.gz
 
 5. You should see the ``newt/newt.exe`` executable. Move the executable to a bin directory in your PATH:
 
@@ -157,7 +157,7 @@ Checking the Installed Version
    .. code-block:: console
 
     $ newt version
-    Apache Newt version: 1.3.0
+    Apache Newt version: 1.4.1
 
 2. Get information about newt: