From 20cf7f47bcdcf0b5e1fe02d2b7d2cc8135d3e6ef Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 4 Jan 2022 17:29:31 +0100 Subject: [PATCH] feat(README): Added mention to prebuild DLL's --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ef8aed5d..1ab43400 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Strictly for educational purposes. * [Git](#git) * [Premake5](#premake5) * [Cloning and generating project files](#cloning-and-generating-project-files) + * [Prebuild Binaries](#prebuild-binaries) * [Project Structure](#project-structure) * [Features](#features) * [Contributing](#contributing) @@ -43,6 +44,16 @@ GenerateProjects.bat ``` Now, you will be able to open the solution, and simply build it in Visual Studio. +## Prebuild Binaries + +Every 24 hours a build of YimMenu is made if new code has been committed to the master branch. + +These prebuild binaries are provided for testing purposes only, I will take no responsibility for people using it online. + +Perma Link for latest [YimMenu.dll](https://github.com/Yimura/YimMenu/releases/latest/download/YimMenu.dll). + +Perma Link for the latest [nightly](https://github.com/Yimura/YimMenu/releases/latest). + ## Project Structure - `api/` contains some basic example of how I'd make REST api calls