From 46072132a1959f3bb8d0d0c21dce8c48de996350 Mon Sep 17 00:00:00 2001 From: HADEON <52324046+h8d13@users.noreply.github.com> Date: Sun, 16 Nov 2025 22:50:35 +0100 Subject: [PATCH] Readme Tweak (#3929) * pr1 * pr2 * pr3 * pr3-2 * pr3-3 * pr3-4 * pr4 * Revert hardware.py to original state on snapshots branch * readme * Revert installer.py to original state on readme branch * match base branch * Revert genfstab and pacstrap command changes * readme tweaks2 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66034bbe..cfa442dc 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,13 @@ The installer also doubles as a python library to install Arch Linux and manage * archinstall [documentation](https://archinstall.archlinux.page/) # Installation & Usage +> [!TIP] +> In the ISO you are root by default. Use sudo if running from an existing system. + ```shell -sudo pacman -S archinstall + # pacman-key --init + # pacman -Sy archinstall + # archinstall ``` Alternative ways to install are `git clone` the repository or `pip install --upgrade archinstall`.