index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-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. |