File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Thank you for your interest in contributing to opencode-cloud! This document pro
1010- ** Node.js 20+**
1111- ** Bun 1.3.9+**
1212- ** just** (task runner)
13+ - ** Docker** — [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ ) or Docker Engine (for building/running the sandbox container)
1314
1415### Installation
1516
Original file line number Diff line number Diff line change @@ -578,10 +578,15 @@ Data (PID files, etc.) is stored at:
578578
579579## Development
580580
581- ```bash
582- # Bun is required for this repo
583- bun --version
581+ ### Prerequisites
584582
583+ - **Rust 1.85+** — `curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
584+ - **Bun 1.3.9+** — `curl -fsSL https://bun.sh/install | bash`
585+ - **just** (task runner) — `cargo install just` or `brew install just`
586+ - **Docker** — [Docker Desktop](https://www.docker.com/products/docker-desktop/) or Docker Engine
587+ - **Node.js 20+** — for the Node CLI wrapper
588+
589+ ```bash
585590# One-time setup (hooks + deps + submodule bootstrap)
586591just setup
587592
You can’t perform that action at this time.
0 commit comments