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
This commit is contained in:
HADEON 2025-11-16 22:50:35 +01:00 committed by GitHub
parent c3aba06a01
commit 46072132a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -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`.