diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-16 17:03:51 +0200 |
|---|---|---|
| committer | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-16 17:03:51 +0200 |
| commit | 535ad2787b77d2ffd79b6788e38156ec5144ca7f (patch) | |
| tree | 7d77f5f9abb2052c76bfb5cc372efc365bdd7c76 /docs | |
| parent | a1b149f175c04959d775aa4200b6b08004fecfc7 (diff) | |
| download | wiki-535ad2787b77d2ffd79b6788e38156ec5144ca7f.tar.gz wiki-535ad2787b77d2ffd79b6788e38156ec5144ca7f.tar.bz2 wiki-535ad2787b77d2ffd79b6788e38156ec5144ca7f.zip | |
chore: Remove ACE from installation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/arch-linux.md | 7 | ||||
| -rw-r--r-- | docs/es/arch-linux.md | 7 | ||||
| -rw-r--r-- | docs/macos-requirements.md | 2 |
3 files changed, 1 insertions, 15 deletions
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: diff --git a/docs/es/arch-linux.md b/docs/es/arch-linux.md index 080204f..856a4e5 100644 --- a/docs/es/arch-linux.md +++ b/docs/es/arch-linux.md @@ -9,13 +9,6 @@ Todo lo que necesita para instalar los paquetes AUR es [*base-devel*](https://ww $ sudo pacman -S base-devel git ``` -### Instalar *ACE* -Debe instalar el paquete [*ACE*](https://aur.archlinux.org/packages/ace/) de AUR: -``` -git clone https://aur.archlinux.org/ace.git -cd ace -makepkg -si -``` ## Instalar *AzerothCore* Después de eso, puedes instalar el paquete [azerothcore](https://aur.archlinux.org/packages/azerothcore/) : diff --git a/docs/macos-requirements.md b/docs/macos-requirements.md index 2cbafbb..ef1da4a 100644 --- a/docs/macos-requirements.md +++ b/docs/macos-requirements.md @@ -26,7 +26,7 @@ brew update ``` ```sh -brew install openssl readline cmake ace boost coreutils bash bash-completion coreutils +brew install openssl readline cmake boost coreutils bash bash-completion coreutils ``` This will install bash 5+, you might need to restart your terminal. |
