Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 352 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 352 Bytes

Install

Prerequisites

You need a working Go installation. You will have to set a GOPATH.

How to build

  • Go to you $GOPATH
  • git clone git@github.com:mcrauwel/go-check-orchestrator.git src/check_orchestrator
  • cd src/check_orchestrator
  • go get
  • go build

Your binary will be placed in $GOPATH/bin