Update README with build instructions
This commit is contained in:
parent
63ff66b3d9
commit
18113ea4ee
1 changed files with 12 additions and 0 deletions
12
README.md
12
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 .
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue