Update README with build instructions

This commit is contained in:
Eli Ribble 2025-11-03 12:22:59 +00:00
parent 63ff66b3d9
commit 18113ea4ee
No known key found for this signature in database

View file

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