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@hvornum.se>2023-06-28 14:22:07 +0200
committerGitHub <noreply@github.com>2023-06-28 14:22:07 +0200
commit5b102b0228e8ffce81341bb2bf771a082d8263c4 (patch)
tree47d299c1505e6f817ea1a530758a301b24509361 /README.md
parent1ae1f2ff1144d502830834ba5a64262f7d195e91 (diff)
Adding python-simple-term-menu to the dependency list (#1901)
* Adding python-simple-term-menu to the dependency list * Added dependencies to all binaries we call, such as 'ps' and 'mkfs' etc * Sorted the depends list - just for peace of mind * Bumped version in prep for release of rc1, also updated README a bit * Removed older python versions from classifiers
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9d6fecd9..9ec40d17 100644
--- a/README.md
+++ b/README.md
@@ -17,15 +17,20 @@ The installer also doubles as a python library to install Arch Linux and manage
$ sudo pacman -S archinstall
-Or simply `git clone` the repo as it has no external dependencies *(but there are optional ones)*.<br>
-Or use `pip install --upgrade archinstall` to use as a library.
+Alternative ways to install are `git clone` the repository or `pip install --upgrade archinstall`.
## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer
-Assuming you are on an Arch Linux live-ISO:
+Assuming you are on an Arch Linux live-ISO or installed via `pip`:
# archinstall
+## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer using `git`
+
+ # cd archinstall-git
+ # cp archinstall/scripts/guided.py
+ # python guided.py
+
#### Advanced
Some additional options that are not needed by most users are hidden behind the `--advanced` flag.