Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 373 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 373 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/proxysql-graphite-exporter.git src/proxysql-graphite-exporter
  • cd src/proxysql-graphite-exporter
  • go get
  • go build

Your binary will be placed in $GOPATH/bin