feat(README): Added mention to prebuild DLL's

This commit is contained in:
Yimura 2022-01-04 17:29:31 +01:00
parent 5f60af41ab
commit ed3105334b

View File

@ -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