From 3b6406d341ed3de71480367c7c59ca7e8fb49681 Mon Sep 17 00:00:00 2001 From: Robert Main <50675045+rmainwork@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:26:54 -0400 Subject: [PATCH] Link to releases site for releases instead of the GitHub repo Co-authored-by: Byron Wolfman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74465e609..5af711acf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Here are some example use cases of Serf, though there are many others: ## Quick Start -First, [download a pre-built Serf binary](https://github.com/hashicorp/serf) +First, [download a pre-built Serf binary](https://releases.hashicorp.com/serf) for your operating system, [compile Serf yourself](#developing-serf), or install using `go get -u github.com/hashicorp/serf/cmd/serf`.