README - Fix root directory for generating CLI docs (#3303)

# Description of Changes

The instructions were misleading about which directory to generate into.

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

None

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
Zeke Foppa
2025-10-02 09:52:26 -07:00
committed by GitHub
parent 5420d146f0
commit d7941a8bb2
+1 -1
View File
@@ -37,7 +37,7 @@ git push -u origin a-branch-name-that-describes-my-change
> NOTE! If you make a change to `nav.ts` you will have to run `npm run build` to generate a new `docs/nav.js` file.
#### CLI Reference Section
1. Run `cargo run --features markdown-docs -p spacetimedb-cli > docs/cli-reference.md`
1. Run `cargo run --features markdown-docs -p spacetimedb-cli > docs/docs/cli-reference.md`
2. Run `pnpm format`
### Checking Links