Update README: Add instructions for OpenBSD - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 6ceac96e3a5bb976e6c53a9ac613ce4c767e5fcb
(DIR) parent 05de52ce803f4b74f99eb92c8a49cc6873a39297
(HTM) Author: Klemens Nanni <kl3@posteo.org>
Date: Sat, 16 Dec 2017 16:48:47 +0100
Update README: Add instructions for OpenBSD
Diffstat:
README.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)
---
(DIR) diff --git 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
~~~~~~~~~~~~~~~~~~~~~~~~~