Skip to content

Commit

Permalink
Build requires gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
kotfu committed Mar 9, 2021
1 parent 1a31690 commit 88f5be8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 88f5be8

Please sign in to comment.