From 57cea31c02ffd2ca3384aa61758d8ab42985f530 Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 5 Oct 2020 17:08:09 +0200 Subject: libeufin howto, more instructions --- libeufin/nexus-howto.rst | 14 +++++++++++--- 1 file 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 ================================== -- cgit v1.2.3