summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2020-08-18 12:50:13 +0200
committerGitHub <noreply@github.com>2020-08-18 12:50:13 +0200
commit147d0a1f55372ff3eed6977e8453e5c37ff912e6 (patch)
tree2ec7deab5865486d0bd6c1a903a0683966781582 /docs
parentba32c9c9177b319241ff7061cb41128e51a0eb79 (diff)
downloadwiki-147d0a1f55372ff3eed6977e8453e5c37ff912e6.tar.gz
wiki-147d0a1f55372ff3eed6977e8453e5c37ff912e6.tar.bz2
wiki-147d0a1f55372ff3eed6977e8453e5c37ff912e6.zip
Update Update.md
Diffstat (limited to 'docs')
-rw-r--r--docs/Update.md4
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