summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-15 21:43:20 -0400
committerDax Raad <[email protected]>2025-06-15 21:43:20 -0400
commitd42e3db7e0ebe59e4371a2d480ae06fd9d1cec4e (patch)
tree1515d2ca0be0ba7bd232fa173113c962004513b4
parentcdb26f6d83e22bcefa19d74656378c5ecc82697e (diff)
downloadopencode-d42e3db7e0ebe59e4371a2d480ae06fd9d1cec4e.tar.gz
opencode-d42e3db7e0ebe59e4371a2d480ae06fd9d1cec4e.zip
docs: update README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5128731b5..d2ce973e8 100644
--- a/README.md
+++ b/README.md
@@ -147,3 +147,7 @@ It is very similar to claude code in terms of capability - here are the key diff
- Not coupled to any provider. Although anthropic is recommended opencode can be used with openai, google or even local models. As models evolve the gaps between them will close and pricing will drop so being provider agnostic is important.
- TUI focus - opencode is built by neovim users and the creators of https://terminal.shop - we are going to push the limits of what's possible in the terminal
- client/server architecture - this means the tui frontend is just the first of many. For example, opencode can run on your computer and you can drive it remotely from a mobile app
+
+#### Windows Support
+
+There are some minor problems blocking opencode from working on windows. We will fix them soon - would need to use wsl for now.