From 54f4a35623c35914bfb94164afa6a93d06a40b0d Mon Sep 17 00:00:00 2001 From: darkestmedium Date: Tue, 7 Jan 2025 15:08:42 +0100 Subject: [PATCH] Adds working / tested aur package for arch linux installation. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f911ae3df..8b13cfea6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,6 +148,13 @@ We keep track of all the files we've changed with Void so it's easy to rebase: - vscode.proposed.editorInsets.d.ts - not modified, but code copied --> + +## Installation + +### Linux +- Arch Linux [AUR](https://aur.archlinux.org/packages/void-git): ```yay -S void-git``` + + ## References For some useful links we've compiled on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).