From da45896c98cbbd14baa7a0150cf8378e7fe99d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 15 Mar 2024 16:07:52 +0100 Subject: [PATCH] Fix installation instruction (#31) --- 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 ```