diff --git a/_includes/install_instructions/shell.html b/_includes/install_instructions/shell.html
index c06a5436..cd562f14 100644
--- a/_includes/install_instructions/shell.html
+++ b/_includes/install_instructions/shell.html
@@ -87,8 +87,7 @@
Installing Git for Windows
{% comment %} Git 2.29.1 Setup {% endcomment %}
-
- Click on "Next" four times (two times if you've previously
- installed Git). You don't need to change anything
+ Click on "Next" four times (if you see "Install" instead of "Next", uncheck the box "Only show new options", then click "Next" two times). You don't need to change anything
in the Information, location, components, and start menu screens.
-
@@ -99,7 +98,7 @@
Installing Git for Windows
{% comment %} Adjusting the name of the initial branch in new repositories {% endcomment %}
-
On the page that says "Adjusting the name of the initial branch in new repositories", ensure that
- "Let Git decide" is selected. This will ensure the highest level of compatibility for our lessons.
+ "Let Git decide" is selected and click on "Next". This will ensure the highest level of compatibility for our lessons.
{% comment %}
This section also has "Override the default branch name for new repositories" and has a text box set
to "main". I'm not having people switch to this just yet because our git lesson still uses the old paradigm.
@@ -114,7 +113,7 @@
Installing Git for Windows
{% comment %} Choosing the SSH executable {% endcomment %}
-
- Select "Use bundled OpenSSH".
+ Select "Use bundled OpenSSH" and click on "Next".
{% comment %} Choosing HTTPS transport backend {% endcomment %}
-
@@ -134,7 +133,7 @@
Installing Git for Windows
{% comment %} Configuring extra options {% endcomment %}
-
- Ensure that "Default (fast-forward or merge) is selected and click "Next"
+ Ensure that "Fast-forward or merge" is selected and click "Next"
-
Ensure that "Git Credential Manager" is selected and click on "Next".