From 165042c2afdb4029b80fd3f927db65c5dc44cc8e Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Wed, 28 Apr 2021 18:09:22 +0700 Subject: [PATCH] docs: improve wording --- install-archlinux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-archlinux.md b/install-archlinux.md index 8822061..64de036 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -229,7 +229,7 @@ Always remember to check **dependencies** when install packages. ### System administration -#### [Sudo](https://wiki.archlinux.org/index.php/sudo) +[Sudo](https://wiki.archlinux.org/index.php/sudo): ```sh pacman -Syu sudo @@ -238,7 +238,7 @@ EDITOR=nvim visudo # Uncomment group wheel ``` -#### [systemd-homed](https://wiki.archlinux.org/index.php/Systemd-homed) +[systemd-homed](https://wiki.archlinux.org/index.php/Systemd-homed): ```sh systemctl enable systemd-homed.service