Skip to content

Commit

Permalink
Update migrating.md
Browse files Browse the repository at this point in the history
TAG version changed to latest binary
wget changed address to new download address for binary
no need to extract file since binary is downloaded directly
no need to delete files that would have been in packages since they are no longer there
  • Loading branch information
rub-vs authored Sep 2, 2023
1 parent 03f565d commit a8c606a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ The binary should also be installed on your local machine for working with the c

Run the following on your local machine. If you are using the binary on the cosigners rather than container image, run this on each cosigner node VM also.
```bash
TAG=v3.0.0
$ wget https://github.com/strangelove-ventures/horcrux/releases/download/${TAG}/horcrux_${TAG}_linux_amd64.tar.gz
$ tar -xzf horcrux_${TAG}_linux_amd64.tar.gz
$ sudo mv horcrux /usr/bin/horcrux && rm horcrux_${TAG}_linux_amd64.tar.gz README.md LICENSE.md
TAG=v3.1.0
$ wget https://github.com/strangelove-ventures/horcrux/releases/download/${TAG}/horcrux_linux-amd64
$ sudo mv horcrux_linux-amd64 /usr/bin/horcrux
```

For each cosigner node (not required on local machine): once the binary is installed in `/usr/bin`, install the `systemd` unit file. You can find an [example here](./horcrux.service):
Expand Down

0 comments on commit a8c606a

Please sign in to comment.