Skip to content

Commit

Permalink
'version up 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-rockx committed Dec 20, 2023
1 parent 60e3818 commit 493354a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.2.12
VERSION = 0.2.13
GOBASE = $(shell pwd)
GOBIN = $(GOBASE)/build/bin
GOCMD = $(GOBASE)/cmd
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ The relationship between these services can be summarized in the following diagr
#### Downloads
|Version|Link| os|arch|
|-------|----|---|----|
|0.2.12| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.12/rockx-dkg-cli.0.2.12.darwin.arm64.tar.gz | darwin| arm64|
|0.2.12| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.12/rockx-dkg-cli.0.2.12.linux.amd64.tar.gz | linux| amd64|
|0.2.13| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.13/rockx-dkg-cli.0.2.13.darwin.arm64.tar.gz | darwin| arm64|
|0.2.13| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.13/rockx-dkg-cli.0.2.13.linux.amd64.tar.gz | linux| amd64|

#### Installation
1. Download the latest version of the cli tool from above links as per your system. The command for linux with amd64 architecture will be as follows:

```
wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.12/rockx-dkg-cli.0.2.12.linux.amd64.tar.gz
wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.13/rockx-dkg-cli.0.2.13.linux.amd64.tar.gz
```
2. Extract the CLI tool

```
tar -xzvf rockx-dkg-cli.0.2.12.linux.amd64.tar.gz
tar -xzvf rockx-dkg-cli.0.2.13.linux.amd64.tar.gz
```
3. Move the downloaded binary to your PATH

Expand Down

0 comments on commit 493354a

Please sign in to comment.