Skip to content

Commit b437e0c

Browse files
authored
fix(docs): remove experimental label from Windows support (#177)
Windows has been fully tested through W4-W6 phases with all unit tests, lint, typecheck, CLI commands, and capture working correctly.
1 parent 582c633 commit b437e0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python scripts/build_renderdoc.py # one-time build (needs cmake + ninja)
3737
rdc doctor # verify everything works
3838
```
3939

40-
**PyPI — Windows** (experimental)
40+
**PyPI — Windows**
4141

4242
```bash
4343
uv tool install rdc-cli # or: pipx install rdc-cli
@@ -80,7 +80,7 @@ pixi run setup-renderdoc # build renderdoc (pixi installs toolchain
8080
|----------|----------------------|--------------|
8181
| Linux |||
8282
| macOS | ❌ (not supported yet) | ✅ (recommended) |
83-
| Windows |(experimental) | (experimental) |
83+
| Windows |||
8484

8585
### RenderDoc bootstrap (all platforms)
8686

0 commit comments

Comments
 (0)