docs: add missing dev tools

Document missing dev tools.

Signed-off-by: Flightkick <Flightkick@users.noreply.github.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Flightkick 2022-08-08 11:19:13 +02:00 committed by Noel Georgi
parent 4fd676c046
commit 86eb01cd6c
No known key found for this signature in database
GPG Key ID: B1F736354201D483
2 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,5 @@ To get started, run `make help` and follow the instructions.
## Conformance
To very conformance status, run `make conformance`.
To verify conformance status, run `make conformance`.
This runs a series of tests on the working tree and is required to pass before a contribution is accepted.

View File

@ -117,6 +117,7 @@ To build this project, you must have the following installed:
- make
- docker (19.03 or higher)
- buildx (https://github.com/docker/buildx)
- crane (https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md)
## Creating a Builder Instance