index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-02 11:32:52 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-04-02 11:32:52 +0200 |
commit | 3f0a53437414230f983cc2210998aa6c866a520d (patch) | |
tree | ef6270a97ca8d71ff404cc0d9db987100311ee96 /docs/examples | |
parent | 65ec50dae5beee594681a6d2057d380994188987 (diff) | |
parent | 0488c93a507fcb9e687b083ed8f11622d43ca9c2 (diff) |
-rw-r--r-- | docs/examples/python.rst | 4 |
diff --git a/docs/examples/python.rst b/docs/examples/python.rst index 04f2f43a..f6388738 100644 --- a/docs/examples/python.rst +++ b/docs/examples/python.rst @@ -9,9 +9,9 @@ The way the library is invoked in module mode is limited to executing scripts un It's there for important to place any script or profile you wish to invoke in the examples folder prior to building and installing. Pre-requisites -------------- +-------------- -We'll assume you've followed the `installing.python.manual`_ method. +We'll assume you've followed the :ref:`installing.python.manual` method. Before actually installing the library, you will need to place your custom installer-scripts under `./archinstall/examples/` as a python file. More on how you create these in the next section. |