From 525b4a4d102074e531c82c745add420e2ff329b8 Mon Sep 17 00:00:00 2001 From: Viste Date: Wed, 18 Mar 2020 00:10:01 +0300 Subject: update links to azerothcore aur package (#197) --- docs/arch-linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/arch-linux.md b/docs/arch-linux.md index 13cc5de..932c86f 100644 --- a/docs/arch-linux.md +++ b/docs/arch-linux.md @@ -17,11 +17,11 @@ cd ace makepkg -si ``` ## Install *AzerothCore* -After that you can install [azeroth-core](https://aur.archlinux.org/packages/azeroth-core/) package: +After that you can install [azerothcore](https://aur.archlinux.org/packages/azerothcore/) package: ``` -git clone https://aur.archlinux.org/azeroth-core.git -cd azeroth-core +git clone https://aur.archlinux.org/azerothcore.git +cd azerothcore makepkg -si ``` Moreover, if you want you can use [*yay*](https://github.com/Jguer/yay) as AUR package manager to install AUR packages. -- cgit