summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/nexus-howto.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/libeufin/nexus-howto.rst b/libeufin/nexus-howto.rst
index aa062fe6..b1c78eb6 100644
--- a/libeufin/nexus-howto.rst
+++ b/libeufin/nexus-howto.rst
@@ -13,10 +13,18 @@ Note that Kotlin+Gradle should already work on the host system.
Install Nexus
=============
Navigate into the `libeufin` local repository, and from top-level run:
-``$ ./gradlew -Pprefix=$PREFIX nexus:installToPrefix``
-In case of success, Nexus can be run with the following command:
-``$ libeufin-nexus``
+.. code-block:: shell
+
+ $ ./gradlew -Pprefix=$PREFIX nexus:installToPrefix
+ $ ./gradlew -Pprefix=$PREFIX cli:installToPrefix
+
+In case of success, the two following commands should be found:
+
+.. code-block:: shell
+
+ $ which libeufin-nexus
+ $ which libeufin-cli
Connect Nexus with a EBICS account
==================================