Use gdm for dependency management

This commit is contained in:
Cameron Sparr
2015-12-08 16:18:23 -07:00
parent 811a54af6c
commit 16ce06f621
5 changed files with 59 additions and 6 deletions

View File

@@ -53,7 +53,8 @@ brew install telegraf
### From Source:
Telegraf manages dependencies via `godep`, which gets installed via the Makefile
Telegraf manages dependencies via [gdm](https://github.com/sparrc/gdm),
which gets installed via the Makefile
if you don't have it already. You also must build with golang version 1.4+.
1. [Install Go](https://golang.org/doc/install)