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