scath999 opened a new issue, #166:
URL: https://github.com/apache/mynewt-mcumgr/issues/166

   The current installation instructions appear to be out of date.
   
   `$ go get github.com/apache/mynewt-mcumgr-cli/mcumgr`
   
   Issuing that command renders the following on Win10:
   ```
   go: go.mod file not found in current directory or any parent directory.
           'go get' is no longer supported outside a module.
           To build and install a command, use 'go install' with a version,
           like 'go install example.com/cmd@latest'
           For more information, see 
https://golang.org/doc/go-get-install-deprecation
           or run 'go help get' or 'go help install'.
   ```
   
   The proper installation command (at least for win) is now
   
   `go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest`
   
   Please consider updating.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to