From 20115595be4e991bcbe9cba6ee41034905487075 Mon Sep 17 00:00:00 2001 From: CocoSimone Date: Sun, 25 Dec 2022 00:01:11 +0100 Subject: [PATCH] Add pre-built binaries section + mention Spec in thanks section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 92c10509..ca2ab29e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Rewrite of my Nintendo 64 emulator "[shibumi](https://github.com/CocoSimone/shib ![Mario's face](resources/mario.png?raw=true) +## Pre-built binaries +| Windows (Release) | [Download](https://nightly.link/CocoSimone/Gadolinium/workflows/build/master/gadolinium-windows.zip) | +|-------------------|------------------------------------------------------------------------------------------------------| +| Linux (Release) | [Download](https://nightly.link/CocoSimone/Gadolinium/workflows/build/master/gadolinium-linux.zip) | + + ## Build instructions: First clone the repository: `git clone --recursive https://github.com/CocoSimone/Gadolinium` @@ -52,3 +58,4 @@ Special thanks: - [WhoBrokeTheBuild](https://github.com/WhoBrokeTheBuild) for the shader that allows letterboxing :rocket: - [Kelpsy](https://github.com/Kelpsy), [fleroviux](https://github.com/fleroviux), [Kim-Dewelski](https://github.com/Kim-Dewelski), [Peach](https://github.com/wheremyfoodat/), [kivan](https://github.com/kivan117), [liuk](https://github.com/liuk7071) and [Skyler](https://github.com/skylersaleh) for the general support and motivation :heart: +- [Spec](https://github.com/spec-chum/) for help with testing on Windows, that helped form the final build instructions :heart: