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

Prompt for git initialization last #2711

Merged
merged 2 commits into from
Feb 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/en/tutorial/1-setup/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ The preferred way to create a new Astro site is through our `create astro` setup
A new Astro project can only be created in a completely empty folder, so choose a name for your folder that does not already exist!
:::

3. 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.
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.

4. When the prompt asks, "Would you like to install dependencies?" type `y`.

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

6. When the prompt asks you if you plan on writing TypeScript, type `n`.

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

When the install wizard is complete, you no longer need this terminal. You can now open VS Code to continue.

## Open your project in VS Code
Expand Down