index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-03-24 14:50:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 14:50:10 +0100 |
commit | 197b690456c3ce44f48a187f48fbfc44f8e91682 (patch) | |
tree | 1f510af1ef241b49965543911ba5bbcabbf01cc0 | |
parent | 326e5699ed909fe3f2bcec221218cb669d503260 (diff) |
-rw-r--r-- | README.md | 2 |
@@ -13,7 +13,7 @@ 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 run the pre-compiled binary attached in every release as `archinstall-v[ver].tar.gz`. +Or use `pip install --upgrade archinstall` to use as a library. ## Running the [guided](examples/guided.py) installer |