Skip to content

Commit fb5a2cd

Browse files
Merge pull request #2939 from jasonrandrews/review2
Update alt text on images in Git and Visual Studio install guides
2 parents c7fe9a9 + 268275d commit fb5a2cd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/install-guides/git-woa.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Continue to click **Next** for the configuration settings. You can accept all de
5151

5252
At the end of the install process, you see the screen below indicating setup has finished installing Git:
5353

54-
![Install](/install-guides/_images/git-woa.png)
54+
![Git Setup Wizard completion screen with options to Launch Git Bash and View Release Notes, and a Finish button.](/install-guides/_images/git-woa.png)
5555

5656
Click the **Finish** button to complete installation.
5757

@@ -69,15 +69,15 @@ To use Git, click the Windows **Start** button and then click **All apps**.
6969

7070
You see the Git folder in the G section.
7171

72-
![Start](/install-guides/_images/git2-woa.png)
72+
![Windows Start menu showing the Git folder expanded with Git Bash, Git CMD, Git FAQs, Git GUI, and Git Release Notes entries.](/install-guides/_images/git2-woa.png)
7373

7474
There are menu items for multiple ways to start Git.
7575

7676
## How can I use Git in a Windows Command Prompt?
7777

7878
Start a Git Command Prompt by selecting **Git CMD** from the **Start** menu.
7979

80-
![CMD](/install-guides/_images/git3-woa.png)
80+
![Git CMD terminal showing the output of git --version confirming Git version 2.53.0.windows.1.](/install-guides/_images/git3-woa.png)
8181

8282

8383
To see the help message, enter:
@@ -92,10 +92,10 @@ You can use Git from this Command Prompt.
9292

9393
To use Git in a Linux-like environment, select **Git Bash** from the start menu.
9494

95-
![CMD](/install-guides/_images/git4-woa.png)
95+
![Git Bash terminal showing which git, file command confirming ARM64 executable, and git --version output.](/install-guides/_images/git4-woa.png)
9696

9797
Click the colored icon in the top-left corner of the Git Bash window, and then click **Options** to change the appearance of the window, including colors, fonts, and font sizes.
9898

99-
![Options](/install-guides/_images/git5-woa.png)
99+
![Git Bash Options dialog with settings for colors, transparency, and cursor style.](/install-guides/_images/git5-woa.png)
100100

101101
You are now ready to use Git on your Windows on Arm device.

content/install-guides/vs-woa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Once downloaded, run the `VisualStudioSetup.exe` file on a Windows on Arm machin
4141
## How do I install C and C++ support in Visual Studio?
4242
During the installation process, you will be asked to choose the workloads you want and customize your installation. At a minimum, select `Desktop development with C++`.
4343

44-
![img1 #center](/install-guides/_images/vs-woa.webp)
44+
![Visual Studio Installer Workloads tab with the Desktop development with C++ workload selected. #center](/install-guides/_images/vs-woa.webp)
4545

4646
## How do I install LLVM support in Visual Studio? {#install-llvm-support-in-visual-studio}
4747

@@ -51,7 +51,7 @@ In the installer, select the `Individual components` tab. Enter `clang` in the s
5151

5252
Two results are displayed: The LLVM compiler and MSBuild support for LLVM. Select both these options:
5353

54-
![img2 #center](/install-guides/_images/llvm_vs.webp)
54+
![Visual Studio Installer Individual components tab with clang search showing C++ Clang Compiler for Windows and MSBuild support for LLVM (clang-cl) toolset both selected. #center](/install-guides/_images/llvm_vs.webp)
5555

5656
{{% notice Note%}}
5757
Different versions of Visual Studio include different LLVM toolchain versions.

0 commit comments

Comments
 (0)