From 37f24b6179a31b876b58fee9652e33aebc0e9308 Mon Sep 17 00:00:00 2001 From: Lior Lieberman Date: Thu, 19 Oct 2023 13:35:01 +0000 Subject: [PATCH] add installtion headline --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ffb121c..488c3224 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,15 @@ translated to [Gateway API](https://gateway-api.sigs.k8s.io/) directly. Note: Ingress2gateway is not intended to copy annotations from Ingress to Gateway API. -## Build from Source +## Installation + +If you have a Go development environment locally, you can install ingress2gateway with `go install github.com/kubernetes-sigs/ingress2gateway@v0.1.0` + +This will put `ingress2gateway` binary in `$(go env GOPATH)/bin` + +Alternatively, you can download the binary at the [releases page](https://github.com/kubernetes-sigs/ingress2gateway/releases) + +### Build from Source 1. Ensure that your system meets the following requirements: