From 503a9ae402c5bf3047fa0d6edcd06f0f5d125eb3 Mon Sep 17 00:00:00 2001 From: Vidyasagar G C Date: Fri, 10 Jan 2025 11:28:21 +0530 Subject: [PATCH] fix(docs): minor corrections Signed-off-by: Vidyasagar G C --- README.md | 2 +- docs/build.rst | 2 +- docs/install.rst | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13a2c52f..6fa1d76b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A sample setup is depicted below: # Development Mailing list: -[mtda-users@googlegroups.com](mtda-users@googlegroups.com) +* `mtda-users@googlegroups.com` Archive: [https://www.mail-archive.com/mtda-users@googlegroups.com/](https://www.mail-archive.com/mtda-users@googlegroups.com) diff --git a/docs/build.rst b/docs/build.rst index cec37f27..9055847e 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -24,7 +24,7 @@ such as Ubuntu):: The user running the MTDA agent should be added to the ``kvm`` group:: - $ sudo addgroup $USER kvm + $ sudo usermod -aG kvm $USER Logout or reboot your PC for the group changes to take effect. diff --git a/docs/install.rst b/docs/install.rst index c82f2422..f87229da 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -13,7 +13,6 @@ Set up MTDA apt repository:: # Add repository to Apt sources $ echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/mtda.gpg] https://apt.fury.io/mtda/ /" | sudo tee /etc/apt/sources.list.d/mtda.list - deb [arch=amd64 signed-by=/etc/apt/keyrings/mtda.gpg] https://apt.fury.io/mtda/ / Packages for Debian 12 (bookworm) may be installed as follows::