Skip to content

Commit 7583059

Browse files
docs: adds installing instruction to readme
1 parent 7efcc93 commit 7583059

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ yay -S opencode-bin
4848
paru -S opencode-bin
4949
```
5050

51+
### Using nix flakes
52+
53+
```bash
54+
nix profile install 'github:opencode-ai/opencode'
55+
```
56+
5157
### Using Go
5258

5359
```bash

default.nix

-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@
3131
homepage = "https://github.com/opencode-ai/opencode";
3232
mainProgram = "opencode";
3333
license = licenses.mit;
34-
maintainers = with maintainers; [
35-
zestsystem
36-
];
3734
};
3835
}

0 commit comments

Comments
 (0)