summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Labastida <labastida@gmail.com>2020-05-09 03:59:20 -0500
committerGitHub <noreply@github.com>2020-05-09 10:59:20 +0200
commitfd9e9eb59ed289b4f70a58f396a08283e7f3bb59 (patch)
treee1633fbf173fb7bc6bae7380a0bbfa5e83e66359 /docs
parent29e80102e2a28a00012416bfa315642cf458a38a (diff)
downloadwiki-fd9e9eb59ed289b4f70a58f396a08283e7f3bb59.tar.gz
wiki-fd9e9eb59ed289b4f70a58f396a08283e7f3bb59.tar.bz2
wiki-fd9e9eb59ed289b4f70a58f396a08283e7f3bb59.zip
Small update for Update.md (#222)
Me being a C n00b I tried adding a module and updating my core with the proposed general way first (without re-running cmake) and my module was not being detected and was going back and forth checking what i did wrong or if I put the module incorrectly or if the module was still compatible with this version of AC, went back to the full instructions and saw that maybe i needed to rerun the CMake part, after doing that I saw my module being detected when rebuilding and running my core now. If this line was here it would've save me a bit time and frustration figuring it out.
Diffstat (limited to 'docs')
-rw-r--r--docs/Update.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Update.md b/docs/Update.md
index 8de53b8..140720f 100644
--- a/docs/Update.md
+++ b/docs/Update.md
@@ -8,7 +8,7 @@ Move to your AzerothCore sources directory.
## 2) Recompile
-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.
+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`.