From d5880f726459c707b0c8608bd76b75e0a861c876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20de=20Tassis=20Filho?= Date: Mon, 11 Feb 2019 18:23:18 -0200 Subject: [PATCH] Change go get command from ecix to alice-lg on README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2196d51..c070feb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ of the config. ## Installation You will need to have go installed to build the package. -Running `go get github.com/ecix/birdwatcher` will give you +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).