index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-04 18:33:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 18:33:17 +0000 |
commit | 45e61dd83e001a1a8d5d72531a8b3b23e9747525 (patch) | |
tree | 821c37cc4ca53214868a6e36f2e978608d1a7867 /docs/installing | |
parent | b02c9991911887620d4c4e84b65ac6d0c9a97b16 (diff) | |
parent | f8fc542fd7cb35b68d8ab4760cf53f6d45654834 (diff) |
-rw-r--r-- | docs/installing/binary.rst | 2 | ||||
-rw-r--r-- | docs/installing/python.rst | 2 |
diff --git a/docs/installing/binary.rst b/docs/installing/binary.rst index 9c6757b2..504d6e3e 100644 --- a/docs/installing/binary.rst +++ b/docs/installing/binary.rst @@ -21,7 +21,7 @@ Archinstall is on the `official repositories <https://wiki.archlinux.org/index.p Using PKGBUILD -------------- -The `source <https://github.com/Torxed/archinstall>`_ contains a binary `PKGBUILD <https://github.com/Torxed/archinstall/tree/master/PKGBUILD/archinstall>`_ which can be either copied straight off the website. Or cloned using `git clone https://github.com/Torxed/archinstall`. +The `source <https://github.com/archlinux/archinstall>`_ contains a binary `PKGBUILD <https://github.com/Torxed/archinstall/tree/master/PKGBUILD/archinstall>`_ which can be either copied straight off the website. Or cloned using `git clone https://github.com/Torxed/archinstall`. Once you've obtained the `PKGBUILD`, building it is pretty straight forward. diff --git a/docs/installing/python.rst b/docs/installing/python.rst index 94cfb243..68365753 100644 --- a/docs/installing/python.rst +++ b/docs/installing/python.rst @@ -54,7 +54,7 @@ Or you can clone it, we'll clone it here but both methods work the same. .. code-block:: console - git clone https://github.com/Torxed/archinstall + git clone https://github.com/archlinux/archinstall Either you can move the folder into your project and simply do |