You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2021/04/12 15:21:55 UTC

[mynewt-newt] branch master updated: docs: update Linux install instructions for 1.9.0

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

utzig 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 b9d54f0  docs: update Linux install instructions for 1.9.0
b9d54f0 is described below

commit b9d54f0e5da10a8311937b3c6aef683340238411
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Sun Apr 11 20:30:52 2021 -0300

    docs: update Linux install instructions for 1.9.0
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 docs/install/newt_linux.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/install/newt_linux.rst b/docs/install/newt_linux.rst
index 917b428..cfb11de 100644
--- a/docs/install/newt_linux.rst
+++ b/docs/install/newt_linux.rst
@@ -1,7 +1,7 @@
 Installing Newt on Linux
 ------------------------
 
-You can install the latest release (1.7.0) of the newt tool from a Debian binary package (amd64). You can also download
+You can install the latest release (1.9.0) of the newt tool from a Debian binary package (amd64). You can also download
 and build the latest release version of newt from source.
 
 This page shows you how to:
@@ -101,8 +101,8 @@ Download and install the package manually.
 
 .. code-block:: console
 
-    $ wget https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.7.0/newt_1.7.0-1_amd64.deb
-    $ sudo dpkg -i newt_1.7.0-1_amd64.deb
+    $ wget https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.9.0/newt_1.9.0-1_amd64.deb
+    $ sudo dpkg -i newt_1.9.0-1_amd64.deb
 
 See `Checking the Installed Version of Newt`_ to verify that you are using the installed version of newt.
 
@@ -119,16 +119,16 @@ installed on your system. Please visit the Golang website for more information o
 
    .. code-block:: console
 
-    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_8_0_tag.tar.gz
-    $ tar -xzf /tmp/mynewt_1_8_0_tag.tar.gz
+    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_9_0_tag.tar.gz
+    $ tar -xzf /tmp/mynewt_1_9_0_tag.tar.gz
 
 #. Run the build.sh to build the newt tool.
 
    .. code-block:: console
 
-    $ cd mynewt-newt-mynewt_1_8_0_tag
+    $ cd mynewt-newt-mynewt_1_9_0_tag
     $ ./build.sh
-    $ rm /tmp/mynewt_1_8_0_tag.tar.gz
+    $ rm /tmp/mynewt_1_9_0_tag.tar.gz
 
 #. You should see the ``newt/newt`` executable. Move the executable to a bin directory in your PATH:
 
@@ -155,7 +155,7 @@ Checking the Installed Version of Newt
     $ which newt
     /usr/bin/newt
     $ newt version
-    Apache Newt version: 1.8.0
+    Apache Newt version: 1.9.0
 
 2. Get information about newt: