Merge pull request #37 from matthiasbeyer/add-readme-install-nix - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit a52fdf129bc2e4d6f87e682a5c70bed2660954e6
(DIR) parent e28417d088dcdfeff031530279ca439b82975f44
(HTM) Author: Ivan Habunek <ivan@habunek.com>
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(-)
---
(DIR) 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
~~~~~~~~~~~~~~~~~~