diff --git a/README.md b/README.md index d2435e0..3890737 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,17 @@ Or build and host locally on a local development server: npx @11ty/eleventy --serve ``` -Or in debug mode to see all the internals: +Or in [debug mode](https://www.11ty.dev/docs/debugging/) to see all the internals: ``` +# Mac OS/Linux/etc DEBUG=Eleventy* npx @11ty/eleventy + +# Windows +set DEBUG=Eleventy* & npx @11ty/eleventy + +# Windows (Powershell in VS Code) +$env:DEBUG="Eleventy*"; npx @11ty/eleventy ``` ### Implementation Notes