aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-14 02:51:49 -0300
committerEuAndreh <eu@euandre.org>2021-02-14 02:51:49 -0300
commitfad7ec64a444298543500f30540b6092d66b3a86 (patch)
tree1181aaf4e2c98b9bb135a0158bffb356f15f6d89
parentTODOs.md: Mark Guix and NixOS as done (diff)
downloadpackage-repository-fad7ec64a444298543500f30540b6092d66b3a86.tar.gz
package-repository-fad7ec64a444298543500f30540b6092d66b3a86.tar.xz
README.md: Add commented Debian section
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 408bb8b..b2b18a1 100644
--- a/README.md
+++ b/README.md
@@ -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+.