diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,6 +42,15 @@ Adding the overlay to your `/etc/nixos/configuration.nix`: }; ``` +<!-- +### Debian + +```shell +$ wget -O- https://package-repository.euandreh.xyz/EuAndreh.key | sudo apt-key add - +$ sudo apt-add-repository 'deb https://package-repository.euandreh.xyz/debian/ stable main' +``` +--> + ## LICENSE Packaging code licensed under AGPLv3+. |