diff --git a/README.md b/README.md index 58bab406ca5a..c8704ef9502e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ pnpm i pnpm -r build ``` -You should now be able to run the [examples](examples) by navigating to one of the directories and doing `pnpm dev`. +You should now be able to run the [examples](examples) by navigating to one of the directories and doing `pnpm dev`. For example, to run `svelte-kit-demo` enter the following commands: + +```bash +cd examples/svelte-kit-demo +pnpm dev +``` Run `pnpm dev` inside the `packages/kit` directory to continually rebuild `@sveltejs/kit` as you make changes to SvelteKit. Restarting the example/test apps will cause the newly built version to be used.