cqexbesd commented on issue #2185:
URL: https://github.com/apache/mynewt-core/issues/2185#issuecomment-638045546


   The docs are written assuming a UNIX like environment. If you have the Linux 
subsystem for Windows 10 you could probably use them unmodified however I don’t 
have any experience with Windows 10 so I’m just guessing.
   
   Assuming that the Linux subsystem will make your W10 machine behave like 
UNIX then:
   
   1. No suffix is required
   2. chmod a+x file
   3. The path is the list of directories the shell looks for commands. How to 
set it depends on your shell but assuming you are using `bash` then `export 
PATH=${PATH}:/path/to/new/directory`
   
   I would recommend having a read of some documentation about basic UNIX 
commands and the Linux subsystem though, as @utzig said, these aren’t mynewt 
concepts.


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

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


Reply via email to