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

janc 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 068064d  README: Update build instructions
068064d is described below

commit 068064d31582e2bf301e2a96021e8772ce9b99a6
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Dec 5 11:25:20 2025 +0100

    README: Update build instructions
    
    GO111MODULE is no longer needed.
---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index da9c1e9..d1f2e3a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,5 @@ published at 
http://mynewt.apache.org/latest/os/modules/devmgmt/newtmgr.html
 Build the newtmgr tool as follows:
 
 1. Unpack newtmgr source.
-2. Rename resulting `apache-mynewt-newtmgr-1.9.0` directory to 
`$GOPATH/src/mynewt.apache.org/newtmgr`
-3. `cd $GOPATH/src/mynewt.apache.org/newtmgr/newtmgr`
-4. `GO111MODULE=on go build`
+2. `cd newmgr` in resulting folder
+3. `go build`

Reply via email to