Skip to content

Commit

Permalink
update build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 7, 2024
1 parent c77adc2 commit 8ea3a34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,13 @@ To build the Keygen Relay from the source, clone this repository and run:
go build -o relay ./cmd/relay
```

Alternatively, you can build binaries for different platforms and architectures
Alternatively, you can build binaries for specific platforms and architectures
using the provided `Makefile`:

```bash
make build # or make build-all
make build
make build-linux-amd64
make build-all
```

### Testing
Expand Down

0 comments on commit 8ea3a34

Please sign in to comment.