libeufin

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

commit 5818bd62f3eefdf7ac7937e606490a8b90b15a99
parent bde012e72074d9d3e12f302ffdceb436d428db09
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 12 Sep 2019 16:42:47 +0200

Instructions for running under MS Windows.

Diffstat:
MRUN | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/RUN b/RUN @@ -12,3 +12,8 @@ variable from <this repository>/build.gradle. The following command runs the sandbox: $ java -jar <this repository>/build/libs/sandbox-$VERSION.jar + +MS Windows users. +================= +The steps to follow are the same as in GNU/Linux systems, except +that the command "gradlew.bat jar" would produce the JAR file.