summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2023-05-06 19:00:34 +0200
committerGitHub <noreply@github.com>2023-05-06 19:00:34 +0200
commit7eca6b444e80eea13a8adec23d5f2b7a2c1ec893 (patch)
treecc1fa50adb2fcf243b0af58c228c78d3c5270e24 /docs
parent2483e05d2d222ce2457fca6fd17d21b7299095f4 (diff)
downloadwiki-7eca6b444e80eea13a8adec23d5f2b7a2c1ec893.tar.gz
wiki-7eca6b444e80eea13a8adec23d5f2b7a2c1ec893.tar.bz2
wiki-7eca6b444e80eea13a8adec23d5f2b7a2c1ec893.zip
Revamp windows install guide (#899)
* Update windows-requirements.md * Update and rename windows-core-installation.md to windows-core-installation.mdg
Diffstat (limited to 'docs')
-rw-r--r--docs/windows-core-installation.mdg (renamed from docs/windows-core-installation.md)13
-rw-r--r--docs/windows-requirements.md8
2 files changed, 13 insertions, 8 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.mdg
index fdc0f28..adb5e9e 100644
--- a/docs/windows-core-installation.md
+++ b/docs/windows-core-installation.mdg
@@ -15,16 +15,17 @@ See [Requirements](requirements.md) before you continue.
1. Create the directory where the source files will be located. In this guide we will use **C:\Azerothcore**.
-1. Right-click on the folder and select **GitExt Clone...**
+1. Open up Github Desktop
+
+1. Click **File** -> **Clone repository...** in the top left
+
+1. Click **URL**
1. Fill in the data as follow:
```
-Repository to clone: https://github.com/azerothcore/azerothcore-wotlk
-Destination: C:\Azerothcore
-Subdirectory to create: <none>*
-Branch: master
-Repository type: Personal repository
+Repository URL or GitHub username and repository: https://github.com/azerothcore/azerothcore-wotlk
+Local path: C:\Azerothcore
```
Click **Clone**. Within a few minutes Azerothcore's sourcefiles will be cloned into **C:\Azerothcore**.
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md
index 55ba1a9..7d7f047 100644
--- a/docs/windows-requirements.md
+++ b/docs/windows-requirements.md
@@ -13,12 +13,16 @@
| CMake ≥ 3.16 |
| MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview) |
-1. [Git Extensions](https://github.com/gitextensions/gitextensions/releases/latest)
+1. [Git](https://git-scm.com/download/win)
- 1. You will need Git installed. You can get the latest version [https://git-scm.com/download/win](https://git-scm.com/download/win)
+ 1. Download the standalone installer
- During Git installation - Adjusting your PATH environment. Pick "Git from the command line and also from 3rd-party software".
+1. [Github Desktop](https://desktop.github.com/)
+
+ 1. Download the installer and follow the steps to set it up.
+
1. Install the compiler / IDE [Visual Studio (17) Community 2022](https://visualstudio.microsoft.com/downloads/)
You will need to install the C++ compiler.