From e14c05365b997e9f549066955461e1d956723756 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 2 Jan 2018 20:22:42 +0100 Subject: [PATCH] Add notes how to install with the nix pkg manager --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 516194a..1c6f58e 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~