Merge pull request #37 from matthiasbeyer/add-readme-install-nix - toot - Unnam… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit a52fdf129bc2e4d6f87e682a5c70bed2660954e6 | |
parent e28417d088dcdfeff031530279ca439b82975f44 | |
Author: Ivan Habunek <[email protected]> | |
Date: Tue, 2 Jan 2018 20:38:56 +0100 | |
Merge pull request #37 from matthiasbeyer/add-readme-install-nix | |
Add notes how to install with the nix pkg manager | |
Diffstat: | |
README.rst | 10 ++++++++++ | |
1 file changed, 10 insertions(+), 0 deletions(-) | |
--- | |
diff --git 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 | |
~~~~~~~~~~~~~~~~~~ | |