mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 07:27:12 +01:00
Update README: Add instructions for OpenBSD
This commit is contained in:
parent
05de52ce80
commit
6ceac96e3a
16
README.rst
16
README.rst
@ -38,6 +38,22 @@ Install the package:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3-toot
|
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
|
From Python Package Index
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user