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:28:05 UTC

[mynewt-newtmgr] branch master updated: Update install_linux.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-newtmgr.git


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

commit d3d13bc543a3d2791f034e4decc06efd9f44f735
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Thu Jul 5 12:28:02 2018 -0700

    Update install_linux.rst
---
 docs/install/install_linux.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/install/install_linux.rst b/docs/install/install_linux.rst
index 6707808..6764561 100644
--- a/docs/install/install_linux.rst
+++ b/docs/install/install_linux.rst
@@ -1,7 +1,7 @@
 Installing Newtmgr on Linux
 ---------------------------
 
-You can install the latest release (1.3.0) of the newtmgr tool from a
+You can install the latest release (1.4.1) of the newtmgr tool from a
 Debian binary package (amd64). You can also download and build the
 latest release version of newtmgr from source.
 
@@ -137,8 +137,8 @@ Download and install the package manually.
 
 .. code-block:: console
 
-    $ wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.3.0-1_amd64.deb
-    $ sudo dpkg -i newtmgr_1.3.0-1_amd64.deb
+    $ wget https://raw.githubusercontent.com/runtimeco/debian-mynewt/master/pool/main/n/newtmgr/newtmgr_1.4.1-1_amd64.deb
+    $ sudo dpkg -i newtmgr_1.4.1-1_amd64.deb
 
 See :ref:`check` to verify
 that you are using the installed version of newtmgr.
@@ -177,8 +177,8 @@ install the latest release version of newtmgr from source.
    .. code-block:: console
 
       $ cd src/mynewt.apache.org/newtmgr
-      $ git checkout mynewt_1_3_0_tag
-      Note: checking out 'mynewt_1_3_0_tag'.
+      $ git checkout mynewt_1_4_1_tag
+      Note: checking out 'mynewt_1_4_1_tag'.
 
 5. Build newtmgr from the latest release version: