From a77d1c46f25e840d826b4cf064ec820f9bbd337b Mon Sep 17 00:00:00 2001 From: 73 <110295543+nk0073@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:10:31 -0400 Subject: [PATCH] Add void linux to install.md --- docs/user-guide/install.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index c93a63a..40ded70 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -119,6 +119,15 @@ Alternatively, you can use [PPA repository](https://launchpad.net/~purplei2p/+ar sudo apt-get update sudo apt-get install i2pd +### Void + +You can install i2pd from the /current [xpbs repository](https://github.com/void-linux/void-packages/tree/master/srcpkgs/i2pd) + +To install and set the daemon up, run this + + sudo xbps-install -Sy i2pd + sudo ln -s /etc/sv/i2pd /var/service + ## FreeBSD You can install i2pd from [ports](https://www.freshports.org/security/i2pd/).