From 88f5be850023c88fb15b45ef0847c65f2f9c9082 Mon Sep 17 00:00:00 2001 From: kotfu Date: Tue, 9 Mar 2021 11:02:02 -0700 Subject: [PATCH] Build requires gmake --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8fefa45..010ecf1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ cd $GOPATH/src/github.com/bcicen/slackcat && \ make build ``` +You must use GNU make for the build to work correctly. If your platform does not install GNU make as `make` (i.e. OpenBSD) then you will need to install gmake and run: +``` +go get github.com/bcicen/slackcat && \ +cd $GOPATH/src/github.com/bcicen/slackcat && \ +gmake build +``` + ## Configuration Generate an initial config, or add a new team token with: