From 574f68799c08c181de17f76425d4489b575f4c36 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Wed, 10 Jul 2019 10:02:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 971115d..c1dfeff 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ of the config. ## Installation You will need to have go installed to build the package. +Please make sure your go version is `>= 1.9`. + Running `go get github.com/alice-lg/birdwatcher` will give you a binary. You might need to cross-compile it for your bird-running servive (`GOARCH` and `GOOS` are your friends).