Skip to content

Commit

Permalink
fix: Update install-and-setup.mdx (#9449)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
Egpereira and sarah11918 committed Sep 20, 2024
1 parent 37e2da7 commit d348757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/install-and-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Astro is built with Vite which targets browsers with modern JavaScript support b

If all goes well, you will see a success message followed by some recommended next steps. Now that your project has been created, you can `cd` into your new project directory to begin using Astro.

2. If you skipped the `npm install` step during the CLI wizard, then be sure to install your dependencies before continuing.
2. If you skipped the "Install dependencies?" step during the CLI wizard, then be sure to install your dependencies before continuing.

3. You can now [start the Astro dev server](#start-the-astro-dev-server) and see a live preview of your project while you build!
</Steps>
Expand Down

0 comments on commit d348757

Please sign in to comment.