Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-13 13:47:24 +0200
committerGitHub <noreply@github.com>2020-07-13 13:47:24 +0200
commita7515e4a9899c2b94ad3960916bf81592f0945f4 (patch)
tree95a19e87198a45ce150100ac2268881003533226
parent1213e260df344e6b2d875ba6677900369ea1aece (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e06aef3..d6c5e401 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ Pre-built ISO's can be found here which autostarts archinstall *(in a safe guide
## Run as stand-alone binary on Live-CD
- # wget https://gzip.app/archinstall
- # tar xvzf archinstall*.tar.gz
+ # curl -L https://gzip.app/archinstall > archinstall.tar.gz
+ # tar xvzf archinstall.tar.gz
# cd archinstall-v2.0.3
# chmod +x archinstall
# ./archinstall
@@ -22,6 +22,15 @@ Pre-built ISO's can be found here which autostarts archinstall *(in a safe guide
This downloads and runs a *compiled (using nuitka3)* version of the project.<br>
It will ask fora disk and start a guided installation.
+## Install with `pacman` on Live-CD
+
+ # curl -L https://gzip.app/archinstall.xz > archinstall.pkg.tar.xz
+ # pacman -U archinstall.pkg.tar.xz
+ # archinstall guided
+
+This requires that the RAM on your machine is sufficient for a installation *(tested on 1024MB of RAM)*.<br>
+But this will utilize `pacman` to install the pre-compiled binary from above and place archinstall in `PATH`.
+
## Install Python on Live-CD and run manually:
# wget https://github.com/Torxed/archinstall/archive/v2.0.3.tar.gz