diff --git a/packages/create-rstack/README.md b/packages/create-rstack/README.md index 42c07e2..f94449e 100644 --- a/packages/create-rstack/README.md +++ b/packages/create-rstack/README.md @@ -53,7 +53,7 @@ npx create-rstack --dir my-project --template app-vanilla-ts --no-git ## Documentation -See the [Rstack CLI documentation](https://rstack.rs). +See the [Quick start documentation](https://rstack.rs/guide/quick-start). ## License diff --git a/packages/rstack/README.md b/packages/rstack/README.md index 61ad955..629e4fd 100644 --- a/packages/rstack/README.md +++ b/packages/rstack/README.md @@ -2,6 +2,12 @@ One CLI for JavaScript development, powered by Rstack. +## Documentation + +See the [documentation](https://rstack.rs/). + +The package also includes Markdown docs in `node_modules/rstack/docs/`, with an index at `node_modules/rstack/docs/llms.txt`. + ## License [MIT](./LICENSE).