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-08 09:38:08 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 09:38:08 +0000
commita6956073265fe626ea9fa710215c7680d1e3c05c (patch)
treeef3ff45147d50f4aeea099bd8d71b85fe8537db8
parent6e6707116ffe23284d834c1c4d167b6913cb62c9 (diff)
parent702085fb97abe9f8019ed0a7df8235b9a73a5366 (diff)
Merge branch 'master' of github.com:Torxed/archinstall
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index bc13f8f1..42076f88 100644
--- a/README.md
+++ b/README.md
@@ -24,17 +24,17 @@ It defaults to starting a guided install with some safety checks in place.~~
## Run on Live-CD with Python:
- # wget https://github.com/Torxed/archinstall/archive/v2.0.1.tar.gz
- # tar xvzf v2.0.1.tar.gz
- # cd archinstall-2.0.1
- # pacman -S --noconfirm python; python examples/main_example.py
+ # wget https://github.com/Torxed/archinstall/archive/v2.0.2.tar.gz
+ # tar xvzf v2.0.2.tar.gz
+ # cd archinstall-2.0.2
+ # pacman -S --noconfirm python; python examples/guided.py
-This will ask for a disk and a password before **wiping the entire disk**.
+This will ask for a disk and start a guided installation.
## Run using PIP and Python module:
# pip install archinstall
- # python -m archinstall examples/main_example.py
+ # python -m archinstall guided
This assumes tho that `python >= 3.8` and `pip` is present *(not always the case on the default Arch Linux ISO)*, see above for pre-built ISO's containing Python+pip or follow the [docs](docs/) to see how to build an ISO yourself.
@@ -102,4 +102,4 @@ This will create a *5GB* `testimage.img` and create a loop device which we can u
## End note
-![description](https://github.com/Torxed/archinstall/raw/master/docs/description.jpg) \ No newline at end of file
+![description](https://github.com/Torxed/archinstall/raw/master/docs/description.jpg)