diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-08-18 12:50:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 12:50:13 +0200 |
| commit | 147d0a1f55372ff3eed6977e8453e5c37ff912e6 (patch) | |
| tree | 2ec7deab5865486d0bd6c1a903a0683966781582 /docs | |
| parent | ba32c9c9177b319241ff7061cb41128e51a0eb79 (diff) | |
| download | wiki-147d0a1f55372ff3eed6977e8453e5c37ff912e6.tar.gz wiki-147d0a1f55372ff3eed6977e8453e5c37ff912e6.tar.bz2 wiki-147d0a1f55372ff3eed6977e8453e5c37ff912e6.zip | |
Update Update.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Update.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Update.md b/docs/Update.md index 140720f..0643e8a 100644 --- a/docs/Update.md +++ b/docs/Update.md @@ -1,3 +1,5 @@ +# How to update AzerothCore to the latest stable version + ## 1) Update your local sources Move to your AzerothCore sources directory. @@ -10,7 +12,7 @@ Move to your AzerothCore sources directory. Compile again your sources, this step is the same as the [Compilation step during Installation](Installation#3-compiling), but generally you can skip the CMake part unless you're adding new modules. -For example, in Linux/Mac you just have to `cd build;` and run `make -j 4; make install`. +For example, in Linux/Mac you just have to `cd build;` and run `make -j 8; make install`. Of course you can change the value of the `-j` paramether according to your CPU. ## 3) Update the Database |
