1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-09-12 14:21:56 +00:00

Merge pull request #108 from nk0073/patch-1

Add void linux to install.md
This commit is contained in:
orignal 2025-09-09 21:10:28 -04:00 committed by GitHub
commit e7f79b5381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,15 @@ Alternatively, you can use [PPA repository](https://launchpad.net/~purplei2p/+ar
sudo apt-get update sudo apt-get update
sudo apt-get install i2pd 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 ## FreeBSD
You can install i2pd from [ports](https://www.freshports.org/security/i2pd/). You can install i2pd from [ports](https://www.freshports.org/security/i2pd/).