mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Update MERGING.md
This commit is contained in:
@@ -3,14 +3,14 @@ Eluna is already merged with official MaNGOS by default
|
|||||||
|
|
||||||
#Merging Eluna with TC
|
#Merging Eluna with TC
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git
|
git clone https://github.com/TrinityCore/TrinityCore.git
|
||||||
cd ElunaTrinityWotlk
|
cd TrinityCore
|
||||||
git pull https://github.com/TrinityCore/TrinityCore.git
|
git pull --recurse-submodules https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git
|
||||||
```
|
```
|
||||||
Steps explained:
|
Steps explained:
|
||||||
|
|
||||||
1. clone Eluna recursively
|
1. clone TrinityCore
|
||||||
* This will automatically pull the submodule (Eluna repo)
|
|
||||||
2. go to the source folder
|
2. go to the source folder
|
||||||
3. pull (fetch and merge) TC with the Eluna source.
|
3. pull (fetch and merge) Eluna with the source.
|
||||||
|
* recurse-submodules will automatically pull the submodule (Eluna repo)
|
||||||
* Adding Eluna core repository as a remote is recommended
|
* Adding Eluna core repository as a remote is recommended
|
||||||
|
|||||||
Reference in New Issue
Block a user