diff options
Diffstat (limited to 'docs/src/pages/quick-start.md')
-rw-r--r-- | docs/src/pages/quick-start.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index c59a12a49..6998826fe 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -23,7 +23,10 @@ npm run dev npm run build ``` -If you wish to learn more about the range of methods to install and setup Astro for your project's, please [read our installation guide.](installation) +To learn more about installing and using Astro for the first time, please [read our installation guide.](installation) + +If you prefer to learn by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`. + ## Start your project |