aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 8f868eb..e937965 100644
--- a/README.rst
+++ b/README.rst
@@ -63,7 +63,11 @@ Documentation about the entire Whirlsplash ecosystem can be found
If you are looking for explicit documentation of only Whirl's source code, you
must generate them yourself be cloning the repository and running the Cargo
-subcommand: :code:`cargo +nightly doc --open --document-private-items --no-deps`.
+subcommand;
+
+.. code-block:: shell
+
+ $ cargo +nightly doc --open --document-private-items --no-deps
Known Issues
------------
@@ -92,8 +96,8 @@ Optional
- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_
- `Valgrind <https://www.valgrind.org/>`_
-*These development dependencies (excluding sqlfluff) will automatically be satisfied if you are using the Nix shell
-configuration as provided.*
+*These development dependencies (excluding sqlfluff) will automatically be satisfied if you are
+using the Nix shell configuration as provided.*
Benchmarking
------------