1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-08-26 13:42:08 +00:00

Prettify install page

This commit is contained in:
Darknet Villain 2017-01-26 06:23:59 -05:00
parent d9dca6199d
commit 6c78494328

View File

@ -4,28 +4,26 @@ Installing
Building from source Building from source
-------------------- --------------------
See [build documentation](../devs/building/index.md) for how to build See developer section documentation for how to build i2pd from source on your OS.
i2pd from source on your OS.
Windows, Android, Mac OS X Windows, Android, Mac OS X
-------------------------- --------------------------
The easiest way to install i2pd is by using precompiled binaries. The easiest way to install i2pd is by using precompiled binaries.
Go to [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest) and choose a file for your operating system. Go to the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest) and choose a file for your operating system.
Linux x86/x64 ## Docker images
-------------
### Docker images
You can use [prebuilt docker image](https://hub.docker.com/r/meeh/i2pd/) by community member [Meeh](https://twitter.com/mikalv). You can use [prebuilt docker image](https://hub.docker.com/r/meeh/i2pd/) by community member [Meeh](https://twitter.com/mikalv).
docker pull meeh/i2pd
### Ubuntu
You can install binary packages from [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest). ## Ubuntu
You can install binary packages from the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest).
Alternatively, you can use [PPA repository](https://launchpad.net/~purplei2p/+archive/ubuntu/i2pd) run by community member [R4SAS](https://twitter.com/i2pr4sas). Alternatively, you can use [PPA repository](https://launchpad.net/~purplei2p/+archive/ubuntu/i2pd) run by community member [R4SAS](https://twitter.com/i2pr4sas).
@ -34,20 +32,19 @@ Alternatively, you can use [PPA repository](https://launchpad.net/~purplei2p/+ar
sudo apt-get install i2pd sudo apt-get install i2pd
### Debian ## Debian
Look for Debian packages at [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest). Look for Debian packages at the [latest release page](https://github.com/PurpleI2P/i2pd/releases/latest).
### ArchLinux ## ArchLinux
[AUR stable](https://aur.archlinux.org/packages/i2pd/) i2pd packages are available at AUR: [release version](https://aur.archlinux.org/packages/i2pd/),
[nightly builds](https://aur.archlinux.org/packages/i2pd-git/)
[AUR trunk](https://aur.archlinux.org/packages/i2pd-git/) ## Gentoo Linux
### Gentoo Linux Install from Gentoo repository: [i2pd package](https://packages.gentoo.org/packages/net-misc/i2pd).
[packages](https://packages.gentoo.org/packages/net-misc/i2pd)
FreeBSD FreeBSD