From 40e602d432731b4280cc94f8d60bdfa49af004aa Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 22 Oct 2022 02:16:33 +0200 Subject: Update ac-dashboard-core-installation.md --- docs/ac-dashboard-core-installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index ecce061..cb9089c 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -15,6 +15,7 @@ No other software is required to be installed manually. - debian/ubuntu-based: `apt update && apt install git curl unzip sudo` - macOS: `brew install git` +- Windows: download and install [Git for Windows](https://gitforwindows.org/) ### Notes - For macOS users: install and use the latest version of bash to run the commands of the dashboard (`brew install bash`) @@ -44,6 +45,8 @@ but you can copy it under `conf/config.sh` and change values as you please. ./acore.sh install-deps ``` +NOTE: on Windows it must be executed as an administrator + ### Build everything from scratch ``` @@ -111,6 +114,8 @@ The AzerothCore dashboard comes with a bundled restarter suite: ./acore.sh run-worldserver ``` +Wait until the process is completed then run: + ``` ./acore.sh run-authserver ``` -- cgit