From 535ad2787b77d2ffd79b6788e38156ec5144ca7f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:03:51 +0200 Subject: chore: Remove ACE from installation --- docs/arch-linux.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/arch-linux.md') diff --git a/docs/arch-linux.md b/docs/arch-linux.md index 932c86f..6cfa56c 100644 --- a/docs/arch-linux.md +++ b/docs/arch-linux.md @@ -9,13 +9,6 @@ All you need to install AUR packages is [*base-devel*](https://www.archlinux.org $ sudo pacman -S base-devel git ``` -### Install *ACE* -Then you need to install [*ACE*](https://aur.archlinux.org/packages/ace/) package from AUR: -``` -git clone https://aur.archlinux.org/ace.git -cd ace -makepkg -si -``` ## Install *AzerothCore* After that you can install [azerothcore](https://aur.archlinux.org/packages/azerothcore/) package: -- cgit