From a510f5dfc2d26c086d73e96dc00f6cf309abc786 Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Thu, 19 Aug 2021 11:44:36 +0200 Subject: [PATCH] Update to version v0.3-beta - INDICA codename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a677f8a8..f198cbc8 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ Should return go version go1.16.6 linux/amd64 ``` git clone https://github.com/BitCannaGlobal/bcna.git cd bcna -git checkout v0.2-beta +git checkout v0.3-beta make build #it build the binary in build/ folder ``` To know the version: ``` build/bcnad version ``` -The output must be `0.2-beta` +The output must be `0.3-beta` 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/`