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

Add notes how to install with the nix pkg manager
This commit is contained in:
Ivan Habunek 2018-01-02 20:38:56 +01:00 committed by GitHub
commit a52fdf129b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~