Merge pull request #58 from 0mp/freebsd

Add installation instructions for FreeBSD
pull/62/head
Ivan Habunek 2018-04-19 14:39:33 +02:00 zatwierdzone przez GitHub
commit 22109031c3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 17 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,23 @@ Install the package:
sudo apt update
sudo apt install python3-toot
From FreeBSD ports
~~~~~~~~~~~~~~~~~~
Install the package:
.. code-block::
pkg install toot
Build and install from sources:
.. code-block::
cd /usr/ports/net-im/toot
make install
From Nixpkgs
~~~~~~~~~~~~