From cec1269407a9fc460c4e59f817e6bd21ec706213 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 18 Aug 2026 16:22:04 +0100 Subject: [PATCH] docs: clarify opencode installation requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 144f6b1..297033e 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ This installs: ### Requirements - [nono](https://github.com/guybedford/nono) installed e.g. `brew install nono` -- `opencode` installed globally — any of: +- `opencode` installed globally. If not already installed, you can use any of: - **Homebrew**: `brew install opencode` - **npm**: `npm i -g opencode-ai` - - **Volta**, **fnm**, or any other Node version manager + - **Other**: Any Node version manager (Volta, fnm, etc.) ## How it works