Skip to content

Commit f77344b

Browse files
authored
Update README.MD
Updated GitHub instructions and references to images.
1 parent fea7f16 commit f77344b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you are new to game development and want to learn more, we recommend reviewin
3333
### Installation
3434
The GDK can be installed through the following methods:
3535

36-
#### ![WinGet Icon](./SupportDocs/images/WinGet_24.png) WinGet ***[Recommended]***
36+
#### ![WinGet Icon](./resources/images/WinGet_24.png) WinGet ***[Recommended]***
3737
WinGet, the Windows Package Manager, is a command-line tool that simplifies the installation process, enabling users to discover, install, upgrade, remove, and configure applications on Windows client computers.
3838

3939
It's particularly useful for automating installations and ensuring consistency across multiple machines.
@@ -75,7 +75,7 @@ The following commands can be used to install the GDK using the published winget
7575

7676

7777

78-
#### ![NuGet Icon](./SupportDocs/images/NuGet_24.png) NuGet
78+
#### ![NuGet Icon](./resources/images/NuGet_24.png) NuGet
7979
[![NuGet stable version](https://badgen.net/nuget/v/Microsoft.GDK.PC)](https://www.nuget.org/packages/Microsoft.GDK.PC)
8080
</br>
8181
NuGet is a package manager for .NET that handles dependencies and versioning. It's beneficial for managing libraries and tools within Visual Studio projects.
@@ -105,13 +105,13 @@ To install it, you can follow these instructions:
105105
</br>
106106
</br>
107107

108-
#### ![GitHub Icon](./SupportDocs/images/GitHub_24.png) GitHub
108+
#### ![GitHub Icon](./resources/images/GitHub_24.png) GitHub
109109
[![Latest Release](https://badgen.net/github/release/microsoft/GDK)](https://github.com/microsoft/GDK/releases/latest)
110110
[![Github All Releases](https://img.shields.io/github/downloads/microsoft/GDK/total.svg)]()
111111
</br>
112112

113113

114-
**Download:** Go to the Releases page and pick the latest and greatest. Alternatively, you can pick the branch that fits your needs and clone or download that branch.
114+
**Download:** Go to the Releases page and pick the latest and greatest. Alternatively, you can select the respective version required and download/extract the contents.
115115

116116
**Install:** Run PGDK.EXE to launch the install wizard. If you have a previous version of the GDK you may need to uninstall that first.
117117

0 commit comments

Comments
 (0)