Merge pull request #37 from matthiasbeyer/add-readme-install-nix
Add notes how to install with the nix pkg manager
This commit is contained in:
commit
a52fdf129b
1 changed files with 10 additions and 0 deletions
10
README.rst
10
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
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue