Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-21 08:18:06 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-21 08:18:06 +0200
commite438e1bbde75bccb8cf8390ca1ca1e99f36d2806 (patch)
tree5bcd2b400e935423f8f556273dcb5bb96ebe3e21 /README.md
parent2b14aa68d04bf1fb5fbe5dbd7adb9d1c1663a19b (diff)
parenta7515e4a9899c2b94ad3960916bf81592f0945f4 (diff)
Merge branch 'master' of github.com:Torxed/archinstall
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9849f413..d6c5e401 100644
--- a/README.md
+++ b/README.md
@@ -11,15 +11,25 @@ Pre-built ISO's can be found here which autostarts archinstall *(in a safe guide
# Installation & Usage
-## ~~Run on Live-CD (Binary)~~
+## Run as stand-alone binary on Live-CD
-Currently this method is not supported until v2.1.0, this due to the rework of the contextualized approach.
+ # curl -L https://gzip.app/archinstall > archinstall.tar.gz
+ # tar xvzf archinstall.tar.gz
+ # cd archinstall-v2.0.3
+ # chmod +x archinstall
+ # ./archinstall
- # wget https://gzip.app/archinstall
- # chmod +x archinstall; ./archinstall
+This downloads and runs a *compiled (using nuitka3)* version of the project.<br>
+It will ask fora disk and start a guided installation.
-~~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: