Skip to content

Commit

Permalink
version up 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-rockx committed Dec 4, 2023
1 parent d80c02d commit 9a7e4c8
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.9
VERSION = 0.2.10
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 @@ -44,19 +44,19 @@ The relationship between these services can be summarized in the following diagr
#### Downloads
|Version|Link| os|arch|
|-------|----|---|----|
|0.2.9| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.9/rockx-dkg-cli.0.2.9.darwin.arm64.tar.gz | darwin| arm64|
|0.2.9| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.9/rockx-dkg-cli.0.2.9.linux.amd64.tar.gz | linux| amd64|
|0.2.10| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.10/rockx-dkg-cli.0.2.10.darwin.arm64.tar.gz | darwin| arm64|
|0.2.10| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.10/rockx-dkg-cli.0.2.10.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.9/rockx-dkg-cli.0.2.9.linux.amd64.tar.gz
wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.10/rockx-dkg-cli.0.2.10.linux.amd64.tar.gz
```
2. Extract the CLI tool

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

Expand Down

0 comments on commit 9a7e4c8

Please sign in to comment.