Makefile will now honor GOBIN, if set

Closes #181
This commit is contained in:
Vye Wilson
2015-09-10 10:01:08 -07:00
committed by Cameron Sparr
parent 81f4aa9a5d
commit a55f6498c8
2 changed files with 10 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ will still be backwards compatible if only `url` is specified.
### Features
- [#143](https://github.com/influxdb/telegraf/issues/143): InfluxDB clustering support
- [#181](https://github.com/influxdb/telegraf/issues/181): Makefile GOBIN support. Thanks @Vye!
### Bugfixes
- [#170](https://github.com/influxdb/telegraf/issues/170): Systemd support