From 05a3a0d09a078b8f57ec3e79e7d1531442abe790 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 22 Feb 2017 16:46:48 +1030 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54ba271..b1e3ecc 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,16 @@ Point it at your Steam screenshot folder, or similar, and shortly after you hit ### Binaries -TBD +Binaries are available for Mac, Linux and Windows [here](https://github.com/tardisx/discord-auto-upload/releases/latest) + +Put them somewhere on your path and run from the command line. + +The windows version comes with a .bat file to make this a little easier - edit it to include your webhook URL and +other parameters, then you can simply double click it to start `dau` running. #### From source -TBD +You'll need to [download Go](https://golang.org/dl/) check the code out somewhere, and 'go build'. ## Using it