From 77b7167d9c2f632ada974dbbdbb9118ef1790482 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Thu, 16 Feb 2017 22:27:35 +1030 Subject: [PATCH] Update documenation on binary versions --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95a6bdc..6a3c1f4 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,23 @@ Point it at your Steam screenshot folder, or similar, and shortly after you hit * A folder where screenshots are stored * A [discord webhook](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks) * This script -* perl installed (or the windows binary) +* perl installed, or one of the provided binaries ## Getting started ### Linux -* Download this script: +#### Standalone binary + +* Grab the latest binary from `https://github.com/tardisx/discord-auto-upload/releases/latest` called 'dau-linux.gz'. +* `gunzip dau-linux.gz` +* `mv dau-linux dau` +* `chmod +x dau` +* put `dau` somewhere on your path + +#### From Source + +* Download the script: `curl -O https://raw.githubusercontent.com/tardisx/discord-auto-upload/master/dau` @@ -37,13 +47,23 @@ Ubuntu/Debian: `sudo apt-get install libmojolicious-perl libio-socket-ssl-perl` ### Mac +#### Standalone binary + +* Grab the latest binary from `https://github.com/tardisx/discord-auto-upload/releases/latest` called 'dau-mac.gz'. +* `gunzip dau-mac.gz` +* `mv dau-mac dau` +* `chmod +x dau` +* put `dau` somewhere on your path + +#### From source + Basically the same as Linux above. [Perlbrew](https://perlbrew.pl) is highly recommended so as not to disturb the system perl. No need for superuser access then either. ### Windows -* Grab the windows exe file: +* Grab the latest windows exe -`http://tba` +`https://github.com/tardisx/discord-auto-upload/releases/latest` * Optional, put it somewhere on your path * Open a command prompt @@ -55,6 +75,8 @@ If you want to hack it, audit it, or don't trust my exe, you can install [Strawberry Perl](http://strawberryperl.com) and run it using that directly. You'll need the same dependencies mentioned above in the Linux setup. +If you want to build your own .exe, see BINARIES.md + ## Using it `dau` is a command line driven program. When executed, it will continually scan a directory for new images, and each time it finds one it will upload it to discord, via the discord web hook.