Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
Signed-off-by: roee88 <[email protected]>
  • Loading branch information
roee88 committed Jan 10, 2021
1 parent f971c0f commit 100bcf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

## Install

Download the appropriate version for your platform from [Releases](https://github.com/mesh-for-data/openapi2crd/releases/latest). You may want to install the binary to somewhere in your system's PATH such as `/usr/local/bin`.

Alternatively, if you have go 1.13 or later then you can also use `go get`. This will put `crdoc` in `$(go env GOPATH)/bin`:

```bash
go get github.com/mesh-for-data/openapi2crd
```

This will put openapi2crd in `$(go env GOPATH)/bin`. You may need to add that directory to your `$PATH` if you encounter a "command not found" error.

## Usage

1. Create an input directory with YAML files of `CustomResourceDefinition` resources without schema information (see [example/input](example/input)).
Expand Down

0 comments on commit 100bcf1

Please sign in to comment.