-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add README spanish translation (#14)
- Loading branch information
1 parent
f92ef4b
commit 2ee4125
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# mod-LuaEngine | ||
[English](README.md) | [中文说明](README_CN.md) | [Español](README_ES.md) | ||
|
||
Un módulo de Eluna para AzerothCore. | ||
|
||
Cómo instalar: | ||
|
||
1. Descargar o clonar este módulo: | ||
> [Descargar archivo zip](https://github.com/azerothcore/mod-eluna-lua-engine/archive/master.zip) | ||
> o clonar `git clone https://github.com/azerothcore/mod-eluna-lua-engine.git` | ||
2. Póngalo en la carpeta de módulos del Azerothcore. | ||
> $HOME/azerothcore/modules/ | ||
3. Descargar o clonar el archivo central de ELUNA: | ||
> [Descargar archivo zip](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) | ||
> o clonar `git clone https://github.com/ElunaLuaEngine/Eluna.git .` | ||
4. Dentro de la carpeta del módulo de Eluna de Azeroth, se encuentra una carpeta / directorio llamado: `LuaEngine` (mod-eluna-lua-engine/LuaEngine). Debe depositar los ficheros de lua, directamente dentro de esa carpeta. Los archivos directamente, no un directorio y luego los ficheros dentro. Por eso te utiliza el “.” cuando se está clonando, para que no genere un directorio nuevo. | ||
5. Una vez copiado los ficheros y descargado el modulo, debes volver a compilar. Si seguiste la guía de instalación, debiste haber generado un directorio build, dentro de azerothcore. Dirígete a él y realiza la compilación como lo menciona en la guía. | ||
|
||
Eluna API : [http://www.elunaengine.com/](http://www.elunaengine.com/) |