From 60cd780e765e42cf2c84cfba3abb9007d9602703 Mon Sep 17 00:00:00 2001 From: Annie Wagner Date: Thu, 8 Nov 2018 15:11:18 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d3afe904..277506aaf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ need Java 8 or higher to run this program. ## Running a release Just follow the instructions in the provided readme in the -[release](https://github.com/featurecat/lizzie/releases/tag/0.5). +[release](https://github.com/featurecat/lizzie/releases/tag/0.6). The first run may take a while because Leela Zero needs to set up the OpenCL tunings. Just hang tight, and wait for it to finish, then you @@ -40,7 +40,7 @@ To build the code and package it: ### Running Lizzie - $ java -jar "target/lizzie-0.5-shaded.jar" + $ java -jar "target/lizzie-0.6-shaded.jar" (or whatever the current version of the shaded `jar` file is in `target/`).