Skip to content

Commit 37f24b6

Browse files
committed
add installtion headline
1 parent 41d0862 commit 37f24b6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ translated to [Gateway API](https://gateway-api.sigs.k8s.io/) directly.
1616

1717
Note: Ingress2gateway is not intended to copy annotations from Ingress to Gateway API.
1818

19-
## Build from Source
19+
## 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
2028

2129
1. Ensure that your system meets the following requirements:
2230

0 commit comments

Comments
 (0)