Skip to content

Commit

Permalink
Fix installation instruction (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 15, 2024
1 parent 862fbad commit da45896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down

0 comments on commit da45896

Please sign in to comment.