From 8887d8a3652e9b1780b500ca98b8d4b8f9c0d6a6 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Mon, 6 May 2024 15:30:12 +0530 Subject: [PATCH] Add Void Linux installation instructions (#214) --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index dc044d8..daf3302 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ - [Installation on Ubuntu/Debian based distributions](#installation-on-ubuntudebian-based-distributions) - [Installation on Red Hat/Fedora based distributions](#installation-on-red-hatfedora-based-distributions) - [Installation on Arch Linux based distributions](#installation-on-arch-linux-based-distributions) + - [Installation on Void Linux](#installation-on-void-linux) + - [Maintained by: @xHyroM](#maintained-by-xhyrom) - [Installation on Gentoo Linux (Unmaintained)](#installation-on-gentoo-linux-unmaintained) - [💻 Developing Locally](#-developing-locally) - [📃 MIT License](#-mit-license) @@ -163,6 +165,29 @@ For Installing in Red Hat/Fedora based distribution :- 4. Wait for it to install and tada! The app is installed. +### Installation on Void Linux +#### Maintained by: [@xHyroM](https://github.com/xHyroM) + +1. In order to install the package, create a new .conf file in the /etc/xbps.d directory containing the repository URL: + + ```bash + $ sudo nano /etc/xbps.d/99-xhyrom-dev.conf + + repository=https://void-repo.xhyrom.dev + ``` + +2. Synchronize the repository and import the RSA key: + + ```bash + sudo xbps-install -S + ``` + +3. Install the package: + + ```bash + sudo xbps-install -S ms-365-electron + ``` + ### Installation on Gentoo Linux (Unmaintained) _Maintainer needed_