diff options
| author | Viste <viste02@gmail.com> | 2020-03-18 00:10:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 22:10:01 +0100 |
| commit | 525b4a4d102074e531c82c745add420e2ff329b8 (patch) | |
| tree | 09c2206aa2d5b2986c536c3449278ba6f19f569e | |
| parent | baeacf663f7c9f87d37b8fdba8ecfd011b4c1d86 (diff) | |
| download | wiki-525b4a4d102074e531c82c745add420e2ff329b8.tar.gz wiki-525b4a4d102074e531c82c745add420e2ff329b8.tar.bz2 wiki-525b4a4d102074e531c82c745add420e2ff329b8.zip | |
update links to azerothcore aur package (#197)
| -rw-r--r-- | docs/arch-linux.md | 6 |
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. |
