You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The installer also doubles as a python library to install Arch Linux and manage
23
23
# archinstall
24
24
```
25
25
26
-
Alternative ways to install are `git clone` the repository or `pip install --upgrade archinstall`.
26
+
Alternative ways to install are `git clone` the repository (and is better since you get the latest code regardless of [build date](https://archlinux.org/packages/?sort=&q=archinstall)) or `pip install --upgrade archinstall`.
27
27
28
28
## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer
29
29
@@ -36,11 +36,11 @@ archinstall
36
36
37
37
```shell
38
38
# cd archinstall-git
39
-
# python -m archinstall
39
+
# python -m archinstall $@
40
40
```
41
41
42
42
#### Advanced
43
-
Some additional options that most users do not need are hidden behind the `--advanced` flag.
43
+
Some additional options that most users do not need are hidden behind the `--advanced` flag and all options/args can be consulted through `-h` or `--help`.
44
44
45
45
## Running from a declarative configuration file or URL
46
46
@@ -162,7 +162,7 @@ To test this without a live ISO, the simplest approach is to use a local image a
162
162
This can be done by installing `pacman -S arch-install-scripts util-linux` locally and doing the following:
0 commit comments