aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorerciccione <erciccione@protonmail.com>2020-08-15 16:26:51 +0200
committererciccione <erciccione@protonmail.com>2020-08-16 21:38:11 +0200
commit3614f78d5f215c68773a2fba664b1867ea06ee34 (patch)
tree7c8964a239b0fbbb989cddb02a517cb172c84dca /README.md
parentMerge pull request #6354 (diff)
downloadmonero-3614f78d5f215c68773a2fba664b1867ea06ee34.tar.xz
README: update list of third party monero packages
Removed AUR package, since doesn't seem to exist anymore and added Debian package (the CCS-funded one)
Diffstat (limited to '')
-rw-r--r--README.md25
1 files changed, 22 insertions, 3 deletions
diff --git a/README.md b/README.md
index 46e592106..8f42ba717 100644
--- a/README.md
+++ b/README.md
@@ -543,6 +543,10 @@ The produced binaries still link libc dynamically. If the binary is compiled on
Packages are available for
+* Debian Buster
+
+ See the [instructions in the whonix/monero-gui repository](https://gitlab.com/whonix/monero-gui#how-to-install-monero-using-apt-get)
+
* Debian Bullseye and Sid
```bash
@@ -550,9 +554,9 @@ Packages are available for
```
More info and versions in the [Debian package tracker](https://tracker.debian.org/pkg/monero).
-* Arch Linux (via [AUR](https://aur.archlinux.org/)):
- - Stable release: [`monero`](https://aur.archlinux.org/packages/monero)
- - Bleeding edge: [`monero-git`](https://aur.archlinux.org/packages/monero-git)
+
+* Arch Linux (via Community packages):
+ [`monero`](https://www.archlinux.org/packages/community/x86_64/monero/)
* Void Linux:
@@ -566,6 +570,21 @@ More info and versions in the [Debian package tracker](https://tracker.debian.or
guix package -i monero
```
+* Gentoo [Monero overlay](https://github.com/gentoo-monero/gentoo-monero)
+
+ ```bash
+ emerge --noreplace eselect-repository
+ eselect repository enable monero
+ emaint sync -r monero
+ echo '*/*::monero ~amd64' >> /etc/portage/package.accept_keywords
+ emerge net-p2p/monero
+ ```
+
+* macOS (homebrew)
+ ```bash
+ brew install monero
+ ```
+
* Docker
```bash