libeufin

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

commit 36eb9e7ebc187eb4f7954c5bfb3cb0c7b55edc31
parent 68156b89ef5c4b44a537e2a115d06e58ede504c3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Sep 2022 14:25:04 +0200

make install also includes sandbox installation

Diffstat:
MREADME | 14++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/README b/README @@ -5,17 +5,11 @@ $ ./bootstrap $ ./configure --prefix=$PFX $ make install -If the previous step succeeded, libeufin-nexus and a -command line client (libeufin-cli) should be found under -$PFX/bin. +If the previous step succeeded, libeufin-nexus and a command line +client (libeufin-cli) should be found under $PFX/bin. Additionally, +the libeufin-sandbox command used for testing should be found under +$PFX/bin as well. -Conversely, the Sandbox needs to be explicitly installed, -with the following command: - -$ make install-sandbox - -If the previous command succeeded, libeufin-sandbox -should be found under $PFX/bin as well. Launching LibEuFin ==================