Skip to content

Commit

Permalink
Merge pull request #77 from LiorLieberman/add-installation-to-readme
Browse files Browse the repository at this point in the history
add installtion headline
  • Loading branch information
k8s-ci-robot authored Oct 21, 2023
2 parents 41d0862 + 37f24b6 commit 869d7c6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]`

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:

Expand Down

0 comments on commit 869d7c6

Please sign in to comment.