Skip to content

Commit

Permalink
Update to version v0.3-beta - INDICA codename
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Aug 19, 2021
1 parent 91337ea commit a510f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down

0 comments on commit a510f5d

Please sign in to comment.