From 088fc8d92793e10d8f2dfa4b6fb4cfd3e9b0ae01 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sun, 26 Nov 2023 20:17:00 -0800 Subject: [PATCH] Update faq.md Fixed some formatting --- docs/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 19ebfc20..bbff1205 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -566,7 +566,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht The second way is to use NetworkManager which is an alternitive but not recommended - ```console + ``` # rw # su - # pacman -S networkmanager @@ -581,14 +581,14 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht Here are some additional commands and caveats - ```console + ``` # nmcli device wifi list ``` ??? note "if you type nmcli and get the following error" "nmcli (1.44.0) and NetworkManager (Unknown) versions don't match. Restarting NetworkManager is advised. Error: NetworkManager is not running." - ```console + ``` # systemctl list-unit-files --all #look for networkmanager, if its disabled, enable it and start the service # systemctl enable NetworkManager.service # systemctl start NetworkManager.service