We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efcc93 commit 7583059Copy full SHA for 7583059
README.md
@@ -48,6 +48,12 @@ yay -S opencode-bin
48
paru -S opencode-bin
49
```
50
51
+### Using nix flakes
52
+
53
+```bash
54
+nix profile install 'github:opencode-ai/opencode'
55
+```
56
57
### Using Go
58
59
```bash
default.nix
@@ -31,8 +31,5 @@
31
homepage = "https://github.com/opencode-ai/opencode";
32
mainProgram = "opencode";
33
license = licenses.mit;
34
- maintainers = with maintainers; [
35
- zestsystem
36
- ];
37
};
38
}
0 commit comments