From 895192fd44c48e99f258e42cc3600031972e5c71 Mon Sep 17 00:00:00 2001 From: yuriy Date: Sat, 18 Feb 2023 17:27:20 -0500 Subject: [PATCH] updated compiling instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69c1940..8b8fd4e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Automated posting to the following media platform using either the Platform's AP 5. [Download the latest .exe of the Uploader](https://git.zinchuk.xyz/yuriy/Freedomain-Video-Uploader/releases) - When run, the Uploader will automatically create the folders and files it requires in the directory it's run from. -# Settings.ini +# Settings The Poster reads & saves its settings to a `settings.ini` file located in the same directory as itself. All customization, including custom profile URLs for websites are stored here. The required fields are: ```` [General] @@ -52,5 +52,6 @@ I’ve done my best to catch any possible errors that might pop up and write fun ![Alt text](Assets/Screenshots/Error_Message2.png "Error Message") -# Compiling .exe from source -- @todo \ No newline at end of file +# Compiling Executable from Source +1. [Install Autohotkey v1](https://www.autohotkey.com/download/) +2. `git clone` the project and then either run the `Compile Uploader to EXE.ahk` autohotkey script to automatically compile, or start up the AHK compiler that comes installed with Autohotkey and select the `Freedomain Video Uploader.ahk` and `\Assets\FreedomainVideo.ico` icon. \ No newline at end of file