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
This commit is contained in:
Ramkumar Chinchani
2019-12-11 14:11:52 -08:00
parent 5a125e74a1
commit dffddcf6d3
+8 -1
View File
@@ -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)