summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-06 14:33:17 +0200
committerMS <ms@taler.net>2020-10-06 14:33:17 +0200
commit204f2752bd6e6b213cf49e55fe80f77e25b64e00 (patch)
treefac514795962aeb9cd13f91fbc2ad6f751e691e2
parent66805c1d319a081ab859971a130fe5912c9a5847 (diff)
downloaddocs-204f2752bd6e6b213cf49e55fe80f77e25b64e00.tar.gz
docs-204f2752bd6e6b213cf49e55fe80f77e25b64e00.tar.bz2
docs-204f2752bd6e6b213cf49e55fe80f77e25b64e00.zip
code snippets
-rw-r--r--libeufin/nexus-tutorial.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 73784d57..452f8751 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -61,7 +61,7 @@ creating a EBICS connection*.
.. code-block:: shell
- ./libeufin-cli \
+ libeufin-cli \
connections \
new-ebics-connection \
--connection-name $NEXUS_BANK_CONNECTION_NAME \
@@ -78,7 +78,7 @@ to the bank. Therefore, it will *(4) synchronize the connection*.
.. code-block:: shell
- ./libeufin-cli \
+ libeufin-cli \
connections \
sync \
--connection-name $NEXUS_BANK_CONNECTION_NAME \
@@ -93,7 +93,7 @@ The command below *(5) downloads the list of the bank accounts offered by the*
.. code-block:: shell
- ./libeufin-cli \
+ libeufin-cli \
connections \
download-bank-accounts \
--connection-name $NEXUS_BANK_CONNECTION_NAME \
@@ -105,7 +105,7 @@ It is now possible to *(6) list the accounts offered by the connection*.
.. code-block:: shell
- ./libeufin-cli \
+ libeufin-cli \
connections \
list-offered-bank-accounts \
--nexus-user-id $NEXUS_USER \
@@ -117,7 +117,7 @@ This step is needed to let the user pick a custom name for such accounts.
.. code-block:: shell
- ./libeufin-cli
+ libeufin-cli
connections \
import-bank-account \
--connection-name $NEXUS_BANK_CONNECTION_NAME \
@@ -142,7 +142,7 @@ This command asks Nexus to *download the latest bank statements*:
.. code-block:: shell
- ./libeufin-cli \
+ libeufin-cli \
accounts \
fetch-transactions \
--nexus-user-id $NEXUS_USER \
@@ -155,7 +155,7 @@ client can ask to actually **see** the transactions:
.. code-block:: shell
- ./libeufin-cli
+ libeufin-cli
accounts \
transactions \
--nexus-user-id $NEXUS_USER \