Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update migrating.md #194

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading