From 27293c4491bbd4846d639fb1df8aa5009df631b3 Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Fri, 24 Jan 2020 13:07:10 -0800 Subject: [PATCH 1/2] Update README Add troubleshooting note for Mac users that can't get mdloader_mac to run --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e3bd7..e761916 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,5 @@ Test mode also allows viewing of binary data from a read instead of writing to a ## Troubleshooting -**Linux**: User may need to be added to group dialout to access programming port +**Linux**: User may need to be added to group dialout to access programming port +**Mac**: User may need to prefix mdloader_mac: `./mdloader_mac` per [#8](https://github.com/Massdrop/mdloader/issues/8) From a827c0c16278d0d3becd01f4b3385b9aeed291d9 Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Fri, 24 Jan 2020 13:09:06 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e761916..4a3c008 100644 --- a/README.md +++ b/README.md @@ -99,5 +99,5 @@ Test mode also allows viewing of binary data from a read instead of writing to a ## Troubleshooting -**Linux**: User may need to be added to group dialout to access programming port -**Mac**: User may need to prefix mdloader_mac: `./mdloader_mac` per [#8](https://github.com/Massdrop/mdloader/issues/8) +**Linux**: User may need to be added to group dialout to access programming port +**Mac**: User may need to prefix mdloader_mac: `./mdloader_mac` per [#8](https://github.com/Massdrop/mdloader/issues/8)