install: Remove references to FreeBSD ports

According to https://www.freshports.org/irc/py-limnoria/ they are still
shipping version 2019.09.08 on some architectures, and it's vulnerable
to CVE-2019-19010.
This commit is contained in:
2023-04-26 17:56:00 +02:00
parent feca77cf8b
commit b5097cd05d

View File

@ -24,8 +24,6 @@ Install using your OS' package manager
* Fedora: ``sudo dnf install limnoria``
* CentOS and Red Hat Enterprise Linux: you have to first add the right EPEL repository for your CentOS/RHEL version before being able to install the package on CentOS / RHEL.
Once you have, you can run the following command to install Limnoria: ``sudo yum install limnoria``
* FreeBSD port: ``cd /usr/ports/irc/py-limnoria && sudo PYTHON_VERSION=3.8 make install clean``
* FreeBSD pkg: ``sudo pkg install py38-limnoria``
* Arch Linux: You can install Limnoria from the AUR, using either `limnoria <https://aur.archlinux.org/packages/limnoria/>`__ (stable releases) or `limnoria-git <https://aur.archlinux.org/packages/limnoria-git/>`__ (git snapshots).
* Gentoo: ``sudo emerge net-irc/limnoria``
* Guix and GuixSD: ``guix package --install limnoria``