siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

docs: How is this tool supposed to be installed? #119

Closed anacasner closed 5 years ago

anacasner commented 5 years ago

Hi there, I'm trying to use this tool but I couldn't find instructions on how to install it - do I clone this repo, do I need to run some commands...?

Any pointers are greatly appreciated!

Thank you, Ana

andrewrynhard commented 5 years ago

Hey @anacasner. Sorry for the delayed response. To install it you will need a valid Golang setup. Then you run

go get github.com/autonomy/conform

That should be enough to get you going!

andrewrynhard commented 5 years ago

@anacasner I just made a new release with some precompiled binaries: https://github.com/autonomy/conform/releases/tag/v0.1.0-alpha.11