taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 57cea31c02ffd2ca3384aa61758d8ab42985f530
parent c7e4cd4cdf241074316c9aaf1be0f67834e4d5c2
Author: MS <ms@taler.net>
Date:   Mon,  5 Oct 2020 17:08:09 +0200

libeufin howto, more instructions

Diffstat:
Mlibeufin/nexus-howto.rst | 14+++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

diff --git 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 ==================================