doc(install): suggest installation for new go version

This commit is contained in:
Maxime Veber
2022-07-04 22:45:48 +02:00
committed by GitHub
parent 69896b7148
commit e1f9aef7b7

View File

@@ -25,7 +25,7 @@ Later:
## Installation
```
$ go get golang.org/x/net/http2/h2i
$ go install golang.org/x/net/http2/h2i@latest
$ h2i <host>
```