Skip to content

Commit 4607213

Browse files
authored
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
1 parent c3aba06 commit 4607213

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ The installer also doubles as a python library to install Arch Linux and manage
1414
* archinstall [documentation](https://archinstall.archlinux.page/)
1515

1616
# Installation & Usage
17+
> [!TIP]
18+
> In the ISO you are root by default. Use sudo if running from an existing system.
19+
1720
```shell
18-
sudo pacman -S archinstall
21+
# pacman-key --init
22+
# pacman -Sy archinstall
23+
# archinstall
1924
```
2025

2126
Alternative ways to install are `git clone` the repository or `pip install --upgrade archinstall`.

0 commit comments

Comments
 (0)