summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte/README.md')
-rw-r--r--examples/framework-svelte/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/framework-svelte/README.md b/examples/framework-svelte/README.md
index a6c995ac4..91d19e163 100644
--- a/examples/framework-svelte/README.md
+++ b/examples/framework-svelte/README.md
@@ -1,5 +1,9 @@
# Using Svelte with Astro
+```
+npm init astro --template framework-svelte
+```
+
This example showcases Astro's built-in support for [Svelte](https://svelte.dev/).
No configuration is needed to enable Svelte support—just start writing Svelte components in `src/components`.