summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-05 17:08:09 +0200
committerMS <ms@taler.net>2020-10-05 17:08:09 +0200
commit57cea31c02ffd2ca3384aa61758d8ab42985f530 (patch)
treec3acb9a28f5e7b84a236fb1207776dcc16b1ae91
parentc7e4cd4cdf241074316c9aaf1be0f67834e4d5c2 (diff)
downloaddocs-57cea31c02ffd2ca3384aa61758d8ab42985f530.tar.gz
docs-57cea31c02ffd2ca3384aa61758d8ab42985f530.tar.bz2
docs-57cea31c02ffd2ca3384aa61758d8ab42985f530.zip
libeufin howto, more instructions
-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
==================================