Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 420 Bytes

compiling.rst

File metadata and controls

14 lines (11 loc) · 420 Bytes

Compiling from Sources

[Index]

Slackdump uses a slightly modified "slack" library via module replacement directive to enable the cookie authentication, so go install won't work. To compile it from sources, run the following commands:

git clone github.com/rusq/slackdump
cd slackdump
go build ./cmd/slackdump