Update README.md (#1755)

Co-authored-by: Anton Hvornum <anton@hvornum.se>
This commit is contained in:
uranderu 2023-06-30 20:37:39 +02:00 committed by GitHub
parent ba9f2eea59
commit 64fc585fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ If you want to test a commit, branch or bleeding edge release from the repositor
you can replace the version of archinstall with a new version and run that with the steps described below: you can replace the version of archinstall with a new version and run that with the steps described below:
1. You need a working network connection 1. You need a working network connection
2. Install the build requirements with `pacman -Sy; pacman -S git python-pip` 2. Install the build requirements with `pacman -Sy; pacman -S git python-pip gcc pkgconf`
*(note that this may or may not work depending on your RAM and current state of the squashfs maximum filesystem free space)* *(note that this may or may not work depending on your RAM and current state of the squashfs maximum filesystem free space)*
3. Uninstall the previous version of archinstall with `pip uninstall archinstall` 3. Uninstall the previous version of archinstall with `pip uninstall archinstall`
4. Now clone the latest repository with `git clone https://github.com/archlinux/archinstall` 4. Now clone the latest repository with `git clone https://github.com/archlinux/archinstall`