add README

This commit is contained in:
Emile Clark-Boman 2025-09-03 00:56:17 +10:00
parent 07b9f1f218
commit 25a164700c

7
README.md Normal file
View file

@ -0,0 +1,7 @@
## Dorne
A personal functional music programming framework written in Haskell & C and packaged with Nix.
### Setup
```bash
nix build && nix develop -i
```