From 9cadbde8b2b087e1fe5745eb2f494f8eeb571580 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sun, 30 Jul 2023 23:14:16 +0300 Subject: [PATCH] Add entry for Void Linux in download instructions --- src/download/linux.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/download/linux.md b/src/download/linux.md index 929965b4e..caff3df49 100644 --- a/src/download/linux.md +++ b/src/download/linux.md @@ -114,3 +114,22 @@ sudo emerge -a polymc ``` + +
+ +# Void Linux + +First you need to get the repo: +```bash +echo 'repository=https://xslendi.xyz/void' | sudo tee /etc/xbps.d/69-polymc.conf +``` +Then you need to sync and install: +```bash +sudo xbps-install -S PolyMC-qt5 +``` +Or, if you have `xtools` installed: +```bash +xi PolyMC-qt5 +``` + +