Merge pull request #37 from matthiasbeyer/add-readme-install-nix

Add notes how to install with the nix pkg manager
pull/48/head
Ivan Habunek 2018-01-02 20:38:56 +01:00 zatwierdzone przez GitHub
commit a52fdf129b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,16 @@ Install the package:
sudo apt update
sudo apt install python3-toot
From Nixpkgs
~~~~~~~~~~~~
This works on NixOS or systems with the Nix package manager installed.
.. code-block::
nix-env -iA nixos.toot
From OpenBSD ports
~~~~~~~~~~~~~~~~~~