From 6ceac96e3a5bb976e6c53a9ac613ce4c767e5fcb Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sat, 16 Dec 2017 16:48:47 +0100 Subject: [PATCH] Update README: Add instructions for OpenBSD --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 3e3d3dd..0767ddb 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,22 @@ Install the package: sudo apt update sudo apt install python3-toot +From OpenBSD ports: +~~~~~~~~~~~~~~~~~~~ + +Install the package: + +.. code-block:: + + pkg_add toot + +Build and install from sources: + +.. code-block:: + + cd /usr/ports/net/toot + make install + From Python Package Index ~~~~~~~~~~~~~~~~~~~~~~~~~