Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: Fix subsection fragment, update info (Debian, Arch Linux, Gentoo) #9810

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Portions Copyright (c) 2012-2013 The Cryptonote developers.
- [Supporting the project](#supporting-the-project)
- [License](#license)
- [Contributing](#contributing)
- [Scheduled software upgrades](#scheduled-software-upgrades)
- [Scheduled software/network upgrades](#scheduled-softwarenetwork-upgrades)
- [Release staging schedule and protocol](#release-staging-schedule-and-protocol)
- [Compiling Monero from source](#compiling-monero-from-source)
- [Dependencies](#dependencies)
Expand Down Expand Up @@ -530,18 +530,14 @@ See [contrib/guix/README.md](contrib/guix/README.md).

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
sudo apt install monero
```
More info and versions in the [Debian package tracker](https://tracker.debian.org/pkg/monero).

* Arch Linux [(via Community packages)](https://www.archlinux.org/packages/community/x86_64/monero/):
* Arch Linux [(via Extra packages)](https://archlinux.org/packages/extra/x86_64/monero/):

```bash
sudo pacman -S monero
Expand All @@ -559,16 +555,6 @@ 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
```

* Alpine Linux:

```bash
Expand Down