summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-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 \