From 19120a3b1d920ab2ad39e7cc6b7a5c3640f10a06 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 24 Feb 2020 00:54:34 +0700 Subject: [PATCH] more explain when install arch --- install-archlinux.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install-archlinux.md b/install-archlinux.md index 01f5393..1ea15cf 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -27,8 +27,14 @@ Use [GRUB with UEFI systems](https://wiki.archlinux.org/index.php/GRUB#UEFI_syst After finish **Installation guide**, don't rush to restart, read [General recommendations](https://wiki.archlinux.org/index.php/General_recommendations) to continue. +Always remember to check dependencies when install packages. + In step **System administration**. -Read [Users and groups](https://wiki.archlinux.org/index.php/Users_and_groups) to add new user, include [Sudo](https://wiki.archlinux.org/index.php/Sudo) and [Zsh](https://wiki.archlinux.org/index.php/Zsh). +Read [Users and groups](https://wiki.archlinux.org/index.php/Users_and_groups): + +- Add user with [Zsh](https://wiki.archlinux.org/index.php/Zsh) shell. +- Set password. +- Enable [Sudo](https://wiki.archlinux.org/index.php/Sudo#Using_visudo) access. In step **Graphical user interface**. Display server - install [Xorg](https://wiki.archlinux.org/index.php/Xorg).