aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 03:45:09 +0000
committerFuwn <[email protected]>2026-01-31 03:45:09 +0000
commit1d3e526809a1fede56683086f94d71494efc5c27 (patch)
treeb571b24ea7b795368d2f1b766cb0fcad11ab134d /README.md
parentfeat: Initial commit (diff)
downloadiku-1d3e526809a1fede56683086f94d71494efc5c27.tar.xz
iku-1d3e526809a1fede56683086f94d71494efc5c27.zip
feat: Add Nix flake support
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53da068..84f3f45 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ Iku runs `go fmt` first, then applies its grammar-based blank-line rules on top
go install github.com/Fuwn/iku@latest
```
+Or run with Nix:
+
+```bash
+nix run github:Fuwn/iku
+```
+
## Usage
```bash