From ea33c47ef737a0f779e3b0aa07be77e545c7ca40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 15 Mar 2024 14:15:50 +0100 Subject: [PATCH] Fix installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fd840..55d51d8 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ func TestDownload(t *testing.T) { go-httpbin works from the command line as well: ``` -$ go get github.com/ahmetb/go-httpbin/cmd/httpbin +$ go install github.com/ahmetb/go-httpbin/cmd/httpbin@latest $ $GOPATH/bin/httpbin -host :8080 ```