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-10 12:00:40 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-10 12:00:40 +0000
commit1213e260df344e6b2d875ba6677900369ea1aece (patch)
treed1ff197ae137ae2b9a3d38e58cc9869dce014a2d
parent45268df2e7954b4c86f11b88610d80a3400c92bd (diff)
Added binary option.
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9849f413..3e06aef3 100644
--- a/README.md
+++ b/README.md
@@ -11,15 +11,16 @@ Pre-built ISO's can be found here which autostarts archinstall *(in a safe guide
# Installation & Usage
-## ~~Run on Live-CD (Binary)~~
-
-Currently this method is not supported until v2.1.0, this due to the rework of the contextualized approach.
+## Run as stand-alone binary on Live-CD
# wget https://gzip.app/archinstall
- # chmod +x archinstall; ./archinstall
+ # tar xvzf archinstall*.tar.gz
+ # cd archinstall-v2.0.3
+ # 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 Python on Live-CD and run manually: