From c9754d065ab6e97a0a1873b3ff47530a8628a008 Mon Sep 17 00:00:00 2001 From: Leon <82407168+sed-i@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:38:20 -0400 Subject: [PATCH] Update install command (#44) Signed-off-by: sed-i <82407168+sed-i@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2b87e4..3fceec9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ Two endpoints are available : ## build and run go binary ```bash -go get github.com/prometheus-community/avalanche/cmd/... -avalanche --help +go install github.com/prometheus-community/avalanche/cmd@latest +go/bin/cmd --help ```