diff options
| author | Fuwn <[email protected]> | 2026-01-31 04:01:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-31 04:01:36 +0000 |
| commit | 0b5fd9e0fc276032c54c55334c4c284f13c075da (patch) | |
| tree | e5a9a47e750a9f7ec3ba266e15b8dce1d6a0a583 | |
| parent | feat: Add Nix flake support (diff) | |
| download | faustus-0b5fd9e0fc276032c54c55334c4c284f13c075da.tar.xz faustus-0b5fd9e0fc276032c54c55334c4c284f13c075da.zip | |
docs(README): Add instructions to run with Nix
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |