rusq / slackdump

Save or export your private and public Slack messages, threads, files, and users locally without admin privileges.
GNU General Public License v3.0
1.6k stars 72 forks source link

Missing files or incorrect readme; cannot run #315

Closed KingSupernova31 closed 3 months ago

KingSupernova31 commented 3 months ago

The readme says:

Run the ./slackdump or slackdump.exe executable

But there is no file named slackdump or slackdump.exe.

rusq commented 3 months ago

Hey @KingSupernova31 , have you checked Releases page ?

KingSupernova31 commented 3 months ago

Ah, ok, I see what happened. I thought I was supposed to download the release source code, but no, I'm supposed to look at the list of files under "assets" and pick the one for my OS. I think that's rather unclear from the readme. I was also confused given that there's no "darwin" file under "assets" like the readme says there is. Also it seems that the main repository readme is different from the readme for the latest release?

rusq commented 3 months ago

If you look in the Readme’s Quick Start you’ll find the link to the releases.

Of course, if you want, as per your original intent, you can download the source code and build it yourself, there are build instructions.

Or, if you want v3, you can install it with:

go install github.com/rusq/slackdump/v3/cmd/slackdump@latest

As for the difference of the readme:

If you know a better way that could make it more clear, please submit a Pull Request with changes ¯\(ツ)\

rusq commented 3 months ago

Updated the v2 readme to remove Darwin reference as well.