Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruranderu <71091366+uranderu@users.noreply.github.com>2023-06-30 20:37:39 +0200
committerGitHub <noreply@github.com>2023-06-30 20:37:39 +0200
commit64fc585fa7624060d406b9fcb877baf968ff0f24 (patch)
treecab18af0c5c86f34ee27b2a5b88500e345af890e /README.md
parentba9f2eea5952690ef1a6bf96b3e3055528c71d2f (diff)
Update README.md (#1755)
Co-authored-by: Anton Hvornum <anton@hvornum.se>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ec40d17..4bc3104e 100644
--- a/README.md
+++ b/README.md
@@ -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:
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)*
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`