commit e5d4c2a476dda8bf1a0934bca9a09e90623da646
parent 029ff551f1bbc6567c232618dfb6615e77e95ee8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 27 Nov 2020 21:34:57 -0500
convert inline markup to code block
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
@@ -15,7 +15,10 @@ reader should already have one EBICS subscriber activated at their bank.
Obtain Nexus
============
Nexus belongs to the LibEuFin project, and can be downloaded via Git:
-``$ git clone git://git.taler.net/libeufin``
+
+.. code-block:: shell
+
+ $ git clone git://git.taler.net/libeufin
Note that Kotlin+Gradle should already work on the host system.