Improve documentation in 60-picotool.rules

Add note about removing groups for non Raspberry Pi OS systems
diff --git a/udev/60-picotool.rules b/udev/60-picotool.rules
index a10eda2..fc30f39 100644
--- a/udev/60-picotool.rules
+++ b/udev/60-picotool.rules
@@ -1,5 +1,9 @@
 # Copy this file to /etc/udev/rules.d/
 # You can reload the udev rules with "udevadm control --reload"
+# You may need to remove the GROUP= lines when not using Raspberry Pi OS, leaving the rules as:
+# SUBSYSTEM=="usb", \
+#     ...
+#     MODE="660"
 
 SUBSYSTEM=="usb", \
     ATTRS{idVendor}=="2e8a", \