Skip to content

Commit

Permalink
version set to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-rockx committed May 24, 2023
1 parent dc7b64d commit 2755b67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.2.3
VERSION = 0.2.4
GOBASE = $(shell pwd)
GOBIN = $(GOBASE)/build/bin
GOCMD = $(GOBASE)/cmd
Expand Down Expand Up @@ -50,6 +50,7 @@ test:
clean:
rm deposit-data_*
rm dkg_results_*
rm keyshares_*
rm $(GOBIN)/*
rm *.log

Expand Down
8 changes: 4 additions & 4 deletions docs/cli_installation_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
Downloads
|Version|Link| os|arch|
|-------|----|---|----|
|0.2.3| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.3/rockx-dkg-cli.0.2.3.darwin.arm64.tar.gz | darwin| arm64|
|0.2.3| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.3/rockx-dkg-cli.0.2.3.linux.amd64.tar.gz | linux| amd64|
|0.2.4| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.4/rockx-dkg-cli.0.2.4.darwin.arm64.tar.gz | darwin| arm64|
|0.2.4| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.4/rockx-dkg-cli.0.2.4.linux.amd64.tar.gz | linux| amd64|


### Installation (for os: darwin and arch: arm64)

1. Download the latest version of the cli tool from above page

```
wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.3/rockx-dkg-cli.0.2.3.linux.amd64.tar.gz
wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.4/rockx-dkg-cli.0.2.4.linux.amd64.tar.gz
```

2. Extract the cli

```
tar -xzvf rockx-dkg-cli.0.2.3.linux.amd64.tar.gz
tar -xzvf rockx-dkg-cli.0.2.4.linux.amd64.tar.gz
```

3. Move the file to your PATH and Set messenger service address for the cli
Expand Down

0 comments on commit 2755b67

Please sign in to comment.