aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 04:01:36 +0000
committerFuwn <[email protected]>2026-01-31 04:01:36 +0000
commit0b5fd9e0fc276032c54c55334c4c284f13c075da (patch)
treee5a9a47e750a9f7ec3ba266e15b8dce1d6a0a583
parentfeat: Add Nix flake support (diff)
downloadfaustus-0b5fd9e0fc276032c54c55334c4c284f13c075da.tar.xz
faustus-0b5fd9e0fc276032c54c55334c4c284f13c075da.zip
docs(README): Add instructions to run with Nix
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 242c8ce..a44fa0b 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,12 @@
go install github.com/Fuwn/faustus@latest
```
+Or run with Nix:
+
+```bash
+nix run github:Fuwn/faustus
+```
+
Or build from source:
```bash