Skip to content

Commit

Permalink
Updated to v.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Oct 13, 2021
1 parent 688026a commit 0fe4b8f
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.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/`
Expand Down

0 comments on commit 0fe4b8f

Please sign in to comment.