We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d0862 commit 37f24b6Copy full SHA for 37f24b6
README.md
@@ -16,7 +16,15 @@ translated to [Gateway API](https://gateway-api.sigs.k8s.io/) directly.
16
17
Note: Ingress2gateway is not intended to copy annotations from Ingress to Gateway API.
18
19
-## Build from Source
+## Installation
20
+
21
+If you have a Go development environment locally, you can install ingress2gateway with `go install github.com/kubernetes-sigs/[email protected]`
22
23
+This will put `ingress2gateway` binary in `$(go env GOPATH)/bin`
24
25
+Alternatively, you can download the binary at the [releases page](https://github.com/kubernetes-sigs/ingress2gateway/releases)
26
27
+### Build from Source
28
29
1. Ensure that your system meets the following requirements:
30
0 commit comments