From 0fe4b8ffd970f970e1173f26107b7a11ce722ff5 Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Wed, 13 Oct 2021 08:31:41 +0200 Subject: [PATCH] Updated to v.1.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 759f9124..b568ef41 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ Should return go version go1.16.8 linux/amd64 ``` git clone https://github.com/BitCannaGlobal/bcna.git cd bcna -git checkout v1.1 +git checkout v1.2 make build #it build the binary in build/ folder ``` To know the version: ``` build/bcnad version ``` -The output must be `1.1` +The output must be `1.2` Is the versiĆ³n match, now you have two options * Move the binary to the /usr/local/bin path with: `sudo mv build/bcnad /usr/local/bin/`