diff options
Diffstat (limited to 'docs/installation.md')
-rw-r--r-- | docs/installation.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/installation.md b/docs/installation.md index 3941dea45..4c5232264 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -21,9 +21,9 @@ cd <project-name> npm init astro ``` -Follow the CLI instructions to install Astro with one of our official project starter templates. +Follow the CLI instructions to install Astro with one of our official project starter templates. -Once completed, jump over to our [Quickstart Guide](/docs/quick-start.md#start-your-project) for a 30-second walkthrough on how to start & build your new Astro project! +Once completed, jump over to our [Quickstart Guide](/quick-start#start-your-project) for a 30-second walkthrough on how to start & build your new Astro project! ## Manual Install @@ -46,7 +46,7 @@ npm init --yes ### Install Astro -If you've followed the instructions above, you should have a directory with a single `package.json` file inside of it. You can now install Astro in your project. +If you've followed the instructions above, you should have a directory with a single `package.json` file inside of it. You can now install Astro in your project. We'll use `npm` in the examples below, but you could also use `yarn` or `pnpm` if you prefer an npm alternative. If you aren't familiar with `yarn` or `pnpm`, then we strongly recommend sticking with `npm`. @@ -85,8 +85,9 @@ You can create more pages in the `src/pages` directory, and Astro will use the f ### Next Steps -Success! You're now ready to start developing! Jump over to our [Quickstart Guide](/docs/quick-start.md#start-your-project) for a 30-second walkthrough on how to start & build your new Astro project! +Success! You're now ready to start developing! Jump over to our [Quickstart Guide](/quick-start#start-your-project) for a 30-second walkthrough on how to start & build your new Astro project! -📚 Learn more about Astro's project structure in our [Project Structure guide](/docs/core-concepts/project-structure.md). -📚 Learn more about Astro's component syntax in our [Astro Components guide](/docs/core-concepts/astro-components.md). +📚 Learn more about Astro's project structure in our [Project Structure guide](/core-concepts/project-structure). +📚 Learn more about Astro's component syntax in our [Astro Components guide](/core-concepts/astro-components). 📚 Learn more about Astro's file-based routing in our [Routing guide](core-concepts/astro-pages). + |