From fa7053a9efc8a64d0daf0e5bb64431b5caeede9c Mon Sep 17 00:00:00 2001 From: mbatra-hunter <123572206+mbatra-hunter@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:17:52 -0500 Subject: [PATCH] Fix install.md code blocks --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a0306ea48..f91bc54bd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -180,9 +180,9 @@ documentation for UDEVADM(8). Users who should have access to the TPM and the FAPI keystore should be included in the tss group. -​``` - sudo usermod -aG tss - ``` +``` +sudo usermod -aG tss +``` ## ldconfig @@ -263,4 +263,4 @@ make * opensuse-leap * ubuntu-22.04 * alpine-3.15 -* FreeBSD \ No newline at end of file +* FreeBSD