diff options
Diffstat (limited to 'packages/create-astro/README.md')
-rw-r--r-- | packages/create-astro/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/create-astro/README.md b/packages/create-astro/README.md index 4a90b7eb4..d8c6213de 100644 --- a/packages/create-astro/README.md +++ b/packages/create-astro/README.md @@ -28,6 +28,12 @@ yarn create astro my-astro-project --template starter ``` [Check out the full list][examples] of example starter templates, available on GitHub. +You can also use any GitHub repo as a template: + +```bash +npm init astro my-astro-project -- --template cassidoo/shopify-react-astro +``` + ### CLI Flags May be provided in place of prompts |