Skip to content

Commit 5467b81

Browse files
committed
docs: add development prerequisites to README and CONTRIBUTING
List Rust, Bun, just, Docker, and Node.js with install commands in the README Development section. Add missing Docker prerequisite to CONTRIBUTING.md.
1 parent f5203c1 commit 5467b81

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
586591
just setup
587592

0 commit comments

Comments
 (0)