From efae8bf0073ee08d919bd82ff63069d109388817 Mon Sep 17 00:00:00 2001
From: Benjamin Vernoux <bvernoux@gmail.com>
Date: Sat, 23 Jul 2022 08:35:14 +0200
Subject: [PATCH 08/31] Fixed command for "Add users to group plugdev"

Thanks to the comment in https://github.com/airspy/airspyone_host/issues/86
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 991c020..6c2887f 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ Debug version:
 ### Add users to group plugdev
 
 (from root)
-`useradd -a -G plugdev <user>`
+`usermod -a -G plugdev <user>`
 
 ## Principal authors:
 
-- 
2.47.3

