From a88eaedfe596debd215d593ed5c88d09e491789c Mon Sep 17 00:00:00 2001 From: Mitchel van Amstel Date: Mon, 15 Jun 2020 15:48:59 +0200 Subject: [PATCH] Readme documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3afc1d..3190b45 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The core wallet of the Klimatas project. Klimatas is a project aiming to improve global sustainability with an investment platform and on-chain governance. -Current stable version: 1.3.3 +Current stable version: 1.3.4 ## Installation @@ -16,8 +16,8 @@ You can also build Klimatas core from source yourself. Please use the source cod ### Build instructions ```bash -wget https://github.com/klimatas/klimatas-core/archive/1.3.3.tar.gz -tar xzvf 1.3.3.tar.gz && cd 1.3.3 +wget https://github.com/klimatas/klimatas-core/archive/1.3.4.tar.gz +tar xzvf 1.3.4.tar.gz && cd 1.3.4 ./autogen.sh ./configure make -j2