From 18113ea4ee44c8c1b8b6a11d13527462dd876f3d Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 3 Nov 2025 12:22:59 +0000 Subject: [PATCH] Update README with build instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4c92db68..3bea72bc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Nidus Sync This is the software that powers [Nidus Cloud Sync](https://sync.nidus.cloud). + +## Building from source + +First, you'll need [Nix](https://nix.dev). + +Then: + +```sh +nix develop +go build . +``` +