index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 23:11:01 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 23:11:01 +0200 |
commit | 4594c95bb991ca6de97ac50a0d92ef95cb70ca6e (patch) | |
tree | 3944e6af4816373e3ce841d1b6a5f7c9a967a12d /docs/examples | |
parent | 088fb5cfcd14e5470fe6ec19f00fa2f0e4710d7f (diff) |
-rw-r--r-- | docs/examples/binary.rst | 2 | ||||
-rw-r--r-- | docs/examples/python.rst | 2 |
diff --git a/docs/examples/binary.rst b/docs/examples/binary.rst index 7b25e201..6940d591 100644 --- a/docs/examples/binary.rst +++ b/docs/examples/binary.rst @@ -15,7 +15,7 @@ As an example we'll use the `guided <https://github.com/Torxed/archinstall/blob/ To run the `guided` installed, all you have to do *(after installing or compiling the binary)*, is run: -.. code-block:: +.. code-block:: console ./archinstall guided diff --git a/docs/examples/python.rst b/docs/examples/python.rst index 6fdffcb7..45ea2c45 100644 --- a/docs/examples/python.rst +++ b/docs/examples/python.rst @@ -48,7 +48,7 @@ Calling a module Assuming you've followed the example in `Creating a script`_, you can now safely call it with: -.. code-block:: +.. code-block:: console python -m archinstall test_installer This should now print all available drives on your system. |