diff options
Diffstat (limited to 'README.md')
| -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 |