summaryrefslogtreecommitdiff
path: root/docs/src/pages/de/quick-start.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/de/quick-start.md')
-rw-r--r--docs/src/pages/de/quick-start.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/pages/de/quick-start.md b/docs/src/pages/de/quick-start.md
index 8064faf53..f8545d3f4 100644
--- a/docs/src/pages/de/quick-start.md
+++ b/docs/src/pages/de/quick-start.md
@@ -1,6 +1,7 @@
---
layout: ~/layouts/MainLayout.astro
title: Schnellstart
+description: Die einfachste Art, schnell mit Astro loszulegen.
---
```shell
@@ -23,7 +24,7 @@ npm run dev
npm run build
```
-Um mehr über den Installationsprozess und den ersten Gebrauch von Astro zu lernen, [lies unseren Installations-Leitfaden.](installation)
+Um mehr über den Installationsprozess und den ersten Gebrauch von Astro zu lernen, [lies unseren Installations-Leitfaden.](de/installation)
Wenn du es bevorzugst anhand eines Beispiels zu lernen, schau dir die [komplette Liste an Beispielen](https://github.com/snowpackjs/astro/tree/main/examples) auf GitHub an.
Du kannst jedes Beispiel ausprobieren, indem du `npm init astro -- --template "EXAMPLE_NAME"` ausführst.