Skip to content

Commit

Permalink
add binary instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Apr 3, 2024
1 parent e47ec9a commit 988859b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ These instructions will help you get a copy of `genpeerid` up and
running on your local machine for development and testing purposes.
See deployment for notes on how to deploy the project on a live system.

## Using gh workflow built binary
```bash
curl -sL $(curl -s https://api.github.com/repos/rotkonetworks/genpeerid/releases/latest | grep -oP '"browser_download_url": "\K(.*?)(?=")') -o genpeerid
chmod +x genpeerid
./genpeerid ../chains/$network/network/secret_ed25519
```

## Building from source

### Prerequisites

- Python 3.8 or newer
Expand Down

0 comments on commit 988859b

Please sign in to comment.