From 1a0faa68968aa927d7739fbf35481728bfefa015 Mon Sep 17 00:00:00 2001 From: Brendan DeBeasi <1968286+brendandebeasi@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:42:15 -0800 Subject: [PATCH] Update getting-started.md Add tidbit for MacOS users --- getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started.md b/getting-started.md index 70af42a..3be72c6 100644 --- a/getting-started.md +++ b/getting-started.md @@ -21,6 +21,8 @@ assumes that your user is a member of the plugdev group. If that is not the case, you can either add your user to the plugdev group or modify the file to give permission to the group of your choice instead of plugdev. +This is not necessary on MacOS-based systems. + ``` sudo wget https://raw.githubusercontent.com/greatscottgadgets/greatfet/master/host/util/54-greatfet.rules -O /etc/udev/rules.d/54-greatfet.rules sudo udevadm control --reload-rules