From 98b398d34f757ed4dd9151c82962ef71f12e877e Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Tue, 20 Aug 2019 07:55:22 +0200 Subject: [PATCH] Clean up README and CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b27539..06c2afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## 1.19.0.0 + +* Fully static build +* Add preprocessing options for metrics + ## 1.18.2.0 * During validation, check the number of columns diff --git a/README.md b/README.md index 1a0fd11..06a7bec 100644 --- a/README.md +++ b/README.md @@ -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 -(Assuming you have a standard 64-bit Linux.) +(Assuming you have a 64-bit Linux.) wget https://gonito.net/get/bin/geval chmod u+x geval ./geval --help -If this binary does not work on your Linux (likely to happen on Arch Linux), try another one: - - wget https://gonito.net/get/bin/geval-alt - mv geval-alt geval - chmod u+x geval - ./geval --help +This is a fully static binary, it should work on any 64-bit Linux. ## Quick tour