Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change step order for typescript and dependencies #7159

Merged
merged 2 commits into from Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/en/tutorial/1-setup/2.mdx
Expand Up @@ -58,9 +58,9 @@ The preferred way to create a new Astro site is through our `create astro` setup

4. You will see a short list of starter templates to choose from. Use the arrow keys (up and down) to navigate to the "Empty" template, and then press return (enter) to submit your choice.

5. When the prompt asks, "Would you like to install dependencies?" type `y`.
5. When the prompt asks you if you plan on writing TypeScript, type `n`.

6. When the prompt asks you if you plan on writing TypeScript, type `n`.
6. When the prompt asks, "Would you like to install dependencies?" type `y`.

7. When the prompt asks, "Would you like to initialize a new git repository?" type `y`.

Expand Down