From 64c444e025a4d2a1787334cd1b57838693c741c5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 18 Mar 2020 23:56:19 -0700 Subject: [PATCH] use/install: update Arch Linux, FreeBSD package names --- use/install.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/use/install.rst b/use/install.rst index 46bdf05..0938607 100644 --- a/use/install.rst +++ b/use/install.rst @@ -71,23 +71,20 @@ Port: .. code-block:: bash - cd /usr/ports/irc/py-limnoria && sudo PYTHON_VERSION=3.5 make install clean - -You can omit ``PYTHON_VERSION=3.5`` if you want to build for Python 2.7, -or if you have ``DEFAULT_VERSIONS=python=3.5`` in `/etc/make.conf`. + cd /usr/ports/irc/py-limnoria && sudo PYTHON_VERSION=3.7 make install clean Package: .. code-block:: bash - sudo pkg install py27-limnoria + sudo pkg install py37-limnoria -On Archlinux +On Arch Linux ------------ -You can install Limnoria `from AUR`_. +You can install Limnoria `from the AUR`_. -.. _from AUR: https://aur.archlinux.org/packages/limnoria-python3-git/ +.. _from the AUR: https://aur.archlinux.org/packages/limnoria-git/ On Gentoo ---------