summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorViste <viste02@gmail.com>2020-03-18 00:10:01 +0300
committerGitHub <noreply@github.com>2020-03-17 22:10:01 +0100
commit525b4a4d102074e531c82c745add420e2ff329b8 (patch)
tree09c2206aa2d5b2986c536c3449278ba6f19f569e /docs
parentbaeacf663f7c9f87d37b8fdba8ecfd011b4c1d86 (diff)
downloadwiki-525b4a4d102074e531c82c745add420e2ff329b8.tar.gz
wiki-525b4a4d102074e531c82c745add420e2ff329b8.tar.bz2
wiki-525b4a4d102074e531c82c745add420e2ff329b8.zip
update links to azerothcore aur package (#197)
Diffstat (limited to 'docs')
-rw-r--r--docs/arch-linux.md6
1 files changed, 3 insertions, 3 deletions
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.