Update README.md

This commit is contained in:
Anton Hvornum 2020-07-13 13:47:24 +02:00 committed by GitHub
parent 1213e260df
commit a7515e4a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

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