Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/binary.rst2
-rw-r--r--docs/examples/python.rst2
2 files changed, 2 insertions, 2 deletions
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.