From 8ea3a34f86ed97e65aa9cf4a0356d749fa117c35 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Mon, 7 Oct 2024 08:14:21 -0500 Subject: [PATCH] update build examples --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cafefc..b823cb9 100644 --- a/README.md +++ b/README.md @@ -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