diff --git a/README.md b/README.md index 62624c2..0b0ea5e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ npm install npx eleventy ``` +Or build and host locally for local development +``` +npx eleventy --serve +``` + Or build automatically when a template changes: ``` npx eleventy --watch