diff --git a/README.rst b/README.rst
index c7dcdd55052f23e974ebbc7782abed6a421cbed5..3b1f590e081fe9afa3eed8a02b97def1a2ea37a5 100644
--- a/README.rst
+++ b/README.rst
@@ -39,8 +39,10 @@ The system tests boot QEMU VMs which prevents them from running on CI at this ti
 Starting VMs require elevated privileges,
 which is the reason for the suggested ``sudo`` command,
 together with the ``--preserve-env`` option to avoid escaping the ``nix-shell`` set up at the top.
-The build requires > 10 GB of disk space, and the VMs might be timing out on slow or busy machines.
-If you run into timeouts, try `raising the number of retries <https://github.com/PrivateStorageio/PrivateStorageio/blob/e8233d2/nixos/modules/tests/run-introducer.py#L55-L62>`_.
+The build requires > 10 GB of disk space,
+and the VMs might be timing out on slow or busy machines.
+If you run into timeouts,
+try `raising the number of retries <https://github.com/PrivateStorageio/PrivateStorageio/blob/e8233d2/nixos/modules/tests/run-introducer.py#L55-L62>`_.
 
 It is also possible go through the testing script interactively - useful for debugging::