summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ac-dashboard-core-installation.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md
index 5847a20..5b032ec 100644
--- a/docs/ac-dashboard-core-installation.md
+++ b/docs/ac-dashboard-core-installation.md
@@ -9,10 +9,11 @@ If you need any help just [ask a question](https://www.azerothcore.org/wiki/How-
## Requirements
-You need to have [git](https://git-scm.com/) installed in your machine.
+You need to have [git](https://git-scm.com/), [curl](https://curl.se/), [unzip](https://github.com/madler/unzip), [sudo](https://www.sudo.ws/) installed in your machine.
No other software is required to be installed manually.
-- debian/ubuntu-based: `apt update && apt install git`
+
+- debian/ubuntu-based: `apt update && apt install git curl unzip sudo`
- macOS: `brew install git`
### Notes