diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2022-10-22 02:16:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-22 02:16:33 +0200 |
| commit | 40e602d432731b4280cc94f8d60bdfa49af004aa (patch) | |
| tree | ffa24f971ede99f40bc0ee113c1561f52db8b076 /docs | |
| parent | 3dcccdcb94e998da98713fa7e4a4ba15caa9b0b1 (diff) | |
| download | wiki-40e602d432731b4280cc94f8d60bdfa49af004aa.tar.gz wiki-40e602d432731b4280cc94f8d60bdfa49af004aa.tar.bz2 wiki-40e602d432731b4280cc94f8d60bdfa49af004aa.zip | |
Update ac-dashboard-core-installation.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ac-dashboard-core-installation.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 ``` |
