nidus-sync/README.md

15 lines
204 B
Markdown

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