Skip to content

Commit

Permalink
fix: change step order for typescript and dependencies (#7159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainpawan21 authored Mar 4, 2024
1 parent 595f112 commit 5bbe1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/tutorial/1-setup/2.mdx
Original file line number Diff line number Diff line change
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

0 comments on commit 5bbe1fc

Please sign in to comment.