Clean up README and CHANGELOG
This commit is contained in:
parent
51856742bb
commit
98b398d34f
@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
## 1.19.0.0
|
||||||
|
|
||||||
|
* Fully static build
|
||||||
|
* Add preprocessing options for metrics
|
||||||
|
|
||||||
## 1.18.2.0
|
## 1.18.2.0
|
||||||
|
|
||||||
* During validation, check the number of columns
|
* During validation, check the number of columns
|
||||||
|
@ -62,18 +62,13 @@ to happen on macOS, as these packages are usually installed out of box on Linux)
|
|||||||
|
|
||||||
### Plan B — just download the GEval binary
|
### Plan B — just download the GEval binary
|
||||||
|
|
||||||
(Assuming you have a standard 64-bit Linux.)
|
(Assuming you have a 64-bit Linux.)
|
||||||
|
|
||||||
wget https://gonito.net/get/bin/geval
|
wget https://gonito.net/get/bin/geval
|
||||||
chmod u+x geval
|
chmod u+x geval
|
||||||
./geval --help
|
./geval --help
|
||||||
|
|
||||||
If this binary does not work on your Linux (likely to happen on Arch Linux), try another one:
|
This is a fully static binary, it should work on any 64-bit Linux.
|
||||||
|
|
||||||
wget https://gonito.net/get/bin/geval-alt
|
|
||||||
mv geval-alt geval
|
|
||||||
chmod u+x geval
|
|
||||||
./geval --help
|
|
||||||
|
|
||||||
## Quick tour
|
## Quick tour
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user