airspy / airspyone_host

AirSpy's usemode driver and associated tools
http://airspy.com
247 stars 88 forks source link

BUG: Adding users to group `plugdev` #86

Closed ntlhui closed 2 years ago

ntlhui commented 2 years ago

In https://github.com/airspy/airspyone_host/blob/master/README.md as of 77429f9, the instructions to add users to the plugdev group are incorrect.

The correct command should be:

usermod -a -G plugdev <user>
bvernoux commented 2 years ago

Thanks for the issue it is fixed now