From dffddcf6d33167af99c4c5b9b19f2557ae2da6ae Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Wed, 11 Dec 2019 14:11:52 -0800 Subject: [PATCH] README: update the README about the 'go get' way to build zot zot could previously be built using a 'make' system, but we can now just 'go get' zot --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2706d8d..f9ef95ea 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,19 @@ * Swagger based documentation * Can run compliance checks against registries * Released under Apache 2.0 License +* ```go get -u github.com/anuvu/zot/cmd/zot``` # Presentations * [OCI Weekly Discussion - Oct 2, 2019](https://hackmd.io/El8Dd2xrTlCaCG59ns5cwg#October-2-2019) -# Building +# Build and install binary (using host's toolchain) + +``` +go get -u github.com/anuvu/zot/cmd/zot +``` + +# Full CI/CD Build * Build inside a container (preferred)