Update README: Add instructions for OpenBSD - toot - Unnamed repository; edit t… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 6ceac96e3a5bb976e6c53a9ac613ce4c767e5fcb | |
parent 05de52ce803f4b74f99eb92c8a49cc6873a39297 | |
Author: Klemens Nanni <[email protected]> | |
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(-) | |
--- | |
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 | |
~~~~~~~~~~~~~~~~~~~~~~~~~ | |