From d77ffcb9f1cb674b165dca93dbb0ddbbf1b26b20 Mon Sep 17 00:00:00 2001 From: Dylan-86 <58813956+Dylan-86@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:38:51 +0200 Subject: [PATCH] added installation info --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4e0c97feaf3..453d09cadcf 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,21 @@ This repo contains the full sourcecode for Void. If you're new, welcome! - 🚙 [Project Board](https://github.com/orgs/voideditor/projects/2) +## Installation + +### Windows and MacOS + +You can easily download Void from here: [https://voideditor.com/download-beta] + +### Linux + +You can download Void for Linux from here: [https://github.com/voideditor/binaries/releases]. Please make sure to select the right release for your version of Linux. + +### Install from Source + +You can install Void from source by following the steps explained inside this page: [https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md#developer-mode-instructions] + + ## Contributing 1. To get started working on Void, check out our Project Board! You can also see [HOW_TO_CONTRIBUTE](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md).