From d41cda2243a093e06c926af03cd66b210dde8752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C3=A9mis?= Date: Mon, 24 Feb 2025 22:52:18 +0100 Subject: [PATCH] updated main git link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a43bc09..21b0ebe 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,14 @@ a profile is # Setting it up for prod +**The packaging is currently not up to date on NUR due to issues with NUR. it will be packaged on my own repository soon.** + The project is [packaged for NixOS](https://nur.nix-community.org/repos/arteneko/); if you don't use NixOS, you will need to compile it yourself with the rust toolchain. This project requires rust (stable, at least v1.84.0 which is the version i use) and cargo, as well as a postgresql database. ``` -$ git clone https://git.sr.ht/~artemis/dolltags +$ git clone https://git.deuxfleurs.fr/StardustShard/dolltags $ cd dolltags $ cargo build --release ```