1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Add notes how to install with the nix pkg manager

This commit is contained in:
Matthias Beyer 2018-01-02 20:22:42 +01:00
parent e28417d088
commit e14c05365b

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