updated main git link

This commit is contained in:
Artémis 2025-02-24 22:52:18 +01:00
parent d313d05e66
commit d41cda2243

View file

@ -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
```