From f13b6766531fe9acd4d8d22c4eb6c725fba8defa Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 2 May 2025 00:33:40 +0200 Subject: [PATCH] clarify installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a23f59a..473e181 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ While Forgejo supports periodic Git mirroring out of the box, setting these mirr * Setting up mirrors directly within the source Forgejo instance * Filtering out forks, mirrors, and private repositories (only syncing what matters) +## Getting Forgesync + +Currently, a Nix package is provided as part of this Nix flake. To use it in an ephemeral shell, run `nix shell git+https://codeberg.org/helvetica/forgesync.git`. + +If you can't or don't want to use Nix for this, the best option right now is cloning the repository and using `uv run forgesync`. + ## 💻 CLI usage Here's how you would synchronize your Codeberg repositories to GitHub: