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