You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,23 @@ Authors: Daniel Garijo and María Poveda
5
5
Disclaimer: This is work in progress.
6
6
7
7
The client application has been integrated from the work in https://github.com/jacobomata/FairValidator. The client would not have been possible without the work from @jacobomata
8
+
9
+
## Instal instructions
10
+
The project was build and tested with JDK 11.0.11 in Ubuntu.
11
+
12
+
To create the JAR, just run:
13
+
14
+
```
15
+
mvn install
16
+
```
17
+
on the server folder, or download the JAR from the releases page.
0 commit comments