libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit ed19bbcaea3c5b5e8d86112e89e6d8de4e485741
parent 66a817389b41ccc301d11b6da862fa45a7f03c48
Author: MS <ms@taler.net>
Date:   Thu,  3 Sep 2020 14:41:33 +0200

readme

Diffstat:
Mnexus/README | 2+-
Msandbox/README | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/README b/nexus/README @@ -12,7 +12,7 @@ Running Nexus Run the Nexus with the following command $ cd <top-level directory of this repository> -$ ./gradlew run --console=plain -p nexus +$ ./gradlew nexus:run --console=plain --args=serve [--db-name=<my-db>] Installing the Nexus start script along the project files ========================================================= diff --git a/sandbox/README b/sandbox/README @@ -13,7 +13,7 @@ Running the sandbox Run the sandbox with the following command $ cd <this repository> -$ ./gradlew run --console=plain -p sandbox +$ ./gradlew sandbox:run --console=plain --args=serve [--db-name=<my-db>] Documentation =============