Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a7b2947

Browse files
author
Steven Kirk
committed
Added installation screenshots.
1 parent 0ebe12a commit a7b2947

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed
181 KB
Loading
121 KB
Loading
110 KB
Loading
186 KB
Loading

docs/getting-started/installing-github-for-visual-studio.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ If you already have Visual Studio 2015 or higher installed, you can install the
99
1. Visit the [GitHub for Visual Studio](https://visualstudio.github.com/) site.
1010
2. Click the **Download GitHub Extension for Visual Studio** button.
1111
3. In your computer's **Downloads** folder, double-click **GitHub.VisualStudio.vsix**.
12-
TODO: Insert screenshot
1312
4. In the pop-up window, click **Install**.
1413
5. After the installation is completed, run Visual Studio.
1514

@@ -18,14 +17,16 @@ TODO: Insert screenshot
1817
If you're currently running Visual Studio 2015 or higher, you can install the extension from the Visual Studio gallery.
1918

2019
1. In Visual Studio, open the **Tools** menu and click **Extensions and Updates**
20+
2121
2. On the left side of the **Extensions and Updates** dialog, select **Online - Visual Studio gallery**
22-
TODO: Insert screenshot
22+
2323
3. In the search box on the top right side, type **GitHub**
24-
TODO: Insert screenshot
24+
2525
4. Select the **GitHub Extension for Visual Studio** entry and click **Download**
26-
TODO: Insert screenshot
26+
27+
![image](images/install-from-gallery.png)
28+
2729
5. After installation is completed, restart Visual Studio.
28-
TODO: Insert screenshot
2930

3031
## If you do not have Visual Studio installed yet
3132

@@ -37,7 +38,7 @@ When you install Visual Studio, you can include the GitHub Extension for Visual
3738

3839
1. Start the Visual Studio 2015 installer.
3940
2. Scroll down to **Common Tools** and check **GitHub Extension for Visual Studio**.
40-
TODO: Insert screenshot
41+
![image](images/vs2015-installer.png)
4142
3. Click the **Install** button.
4243
4. Once installation is complete, run Visual Studio 2015 and [update the extension](#updating-the-extension)
4344

@@ -46,20 +47,25 @@ TODO: Insert screenshot
4647
**Note:** The Visual Studio 2017 installer is not guaranteed to install the latest version of the extension. Once the Visual Studio installation is complete, [update the extension](#updating-the-extension) from the Visual Studio gallery, or [run the installer](#installing-for-all-versions-of-visual-studio-2015-and-higher) from our website.
4748

4849
1. Start the Visual Studio 2017 installer.
50+
4951
2. Select the **Individual components** tab at the top.
50-
3. Scroll down to **Code tools** and check **GitHub Extension for Visual Studio**. TODO: Insert screenshot
52+
53+
3. Scroll down to **Code tools** and check **GitHub Extension for Visual Studio**.
54+
55+
![image](images/vs2017-installer.png)
56+
5157
4. Click the **Modify** button.
58+
5259
5. Once installation is complete, run Visual Studio 2017 and [update the extension](#updating-the-extension)
5360

5461
## Updating the extension
5562

5663
**Note:** If you're currently running Visual Studio 2015 or higher and the extension is already installed, Visual Studio will check for and install updates automatically every 24 hours. For this update process to run, Visual Studio must not be running.
64+
5765
Visual Studio 2017 will not run automatic updates until you update the extension at least once.
5866

5967
1. In Visual Studio, open the **Tools** menu and click **Extensions and Updates**
6068
2. On the left side of the **Extensions and Updates** dialog, select **Updates - Visual Studio gallery**
61-
TODO: Insert screenshot
62-
4. If there are updates available, an entry titled **GitHub Extension for Visual Studio** will appear on the list. Select it and click **Update**
63-
TODO: Insert screenshot
64-
5. After installation is completed, restart Visual Studio.
65-
TODO: Insert screenshot
69+
3. If there are updates available, an entry titled **GitHub Extension for Visual Studio** will appear on the list. Select it and click **Update**
70+
![image](images/update-from-gallery.png)
71+
4. After installation is completed, restart Visual Studio.

0 commit comments

Comments
 (0)