summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 21:34:57 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 21:34:57 -0500
commite5d4c2a476dda8bf1a0934bca9a09e90623da646 (patch)
treeccdc1563b34c48736f0bde60c888796488daf01b /libeufin
parent029ff551f1bbc6567c232618dfb6615e77e95ee8 (diff)
downloaddocs-e5d4c2a476dda8bf1a0934bca9a09e90623da646.tar.gz
docs-e5d4c2a476dda8bf1a0934bca9a09e90623da646.tar.bz2
docs-e5d4c2a476dda8bf1a0934bca9a09e90623da646.zip
convert inline markup to code block
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 6c63ec9b..74db13e0 100644
--- 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.