mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user