summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-14 12:45:26 -0400
committerDax Raad <[email protected]>2025-06-14 12:45:26 -0400
commitffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7 (patch)
tree94a838668a290086586af49e3cfea4bc046e4f22
parent3cf4ef56fb5842d751dbba5e87e14af7c1bfe3d1 (diff)
downloadopencode-ffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7.tar.gz
opencode-ffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7.zip
docs: contributing
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index ddbf6545c..17a5cc508 100644
--- a/README.md
+++ b/README.md
@@ -75,3 +75,18 @@ Project configuration is optional. You can place an `opencode.json` file in the
}
}
```
+
+### Contributing
+
+To run opencode locally you need
+
+- bun
+- golang 1.24.x
+
+To run
+
+```
+$ bun install
+$ cd packages/opencode
+$ bun run src/index.ts
+```