Skip to content

Commit 0366c26

Browse files
committed
add prerequisites for running locally
1 parent e36db35 commit 0366c26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contrib/tools/config-docs-generator/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ This approach:
2727

2828
If you prefer to run without Docker:
2929

30+
### Prerequisites
31+
32+
- Rust nightly toolchain (install with `rustup toolchain install nightly`)
33+
- jq (install with `apt-get install jq`)
34+
35+
### Steps
36+
3037
```bash
3138
# Install nightly toolchain if needed
3239
rustup toolchain install nightly

0 commit comments

Comments
 (0)