From f2f2d586f846271547c1eaf660b39ef467319361 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Sun, 11 Feb 2024 11:57:51 +0100 Subject: [PATCH] Add nix to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f7aa3529..182b2493 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,17 @@ services: ``` Make sure the `./data` folder is writable by the user 10001. +### Run with Nix + +For Nix users, a `flake.nix` is also provided. Build and execute it directly +with: + +```sh +nix run 'github:matze/wastebin#wastebin' +``` + +Or install the provided `wastebin` package like you normally would. + ## Usage ### Browser interface