diff options
| -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 |
