From 9e23da1abe05fcdd8c74b339a16e2059808e6f4c Mon Sep 17 00:00:00 2001 From: temperrr Date: Thu, 29 Sep 2022 14:47:47 +0200 Subject: Docker installation recommendation change (#814) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/installation.md b/docs/installation.md index d6c6d6c..6e4d846 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,7 +20,7 @@ These are the officially-supported and complete ways of installing AzerothCore, - [Azerothcore Classic Setup (Windows, Linux, macOS)](#azerothcore-classic-setup) - the traditional way of installing AzerothCore. Battle-tested, recommended for all operating systems for any purposes. This process gives more awareness of how AzerothCore is structured. See below in this page. -- [Docker setup](install-with-docker.md) - a simplified installation process based on Docker. +- [Docker setup](install-with-docker.md) - an installation process based on Docker. Docker knowledge recommended. Limited support. - [AzerothCore Bash Dashboard setup](ac-dashboard-core-installation.md) - simplest way of installing AzerothCore, recommended for **Linux** and **Mac OS** systems for both local development and production. Currently not recommended for Windows. -- cgit