summaryrefslogtreecommitdiff
path: root/docs/linux-keeping-the-server-up-to-date.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux-keeping-the-server-up-to-date.md')
-rw-r--r--docs/linux-keeping-the-server-up-to-date.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/linux-keeping-the-server-up-to-date.md b/docs/linux-keeping-the-server-up-to-date.md
index 53657db..493fa32 100644
--- a/docs/linux-keeping-the-server-up-to-date.md
+++ b/docs/linux-keeping-the-server-up-to-date.md
@@ -12,12 +12,14 @@ cd ~/azerothcore/
git pull origin master
```
+Rebuild the changes you pulled.
+
```sh
cd build
make -j 8; make install
```
-Sometimes we add or remove files from the repositiory. At that point it is neccessary to recompile the server, the same way as it was installed the first time [in the Linux Core Installation](linux-core-installation.md#configuring-for-compiling).
+Sometimes we add or remove files from the repository. At that point it is necessary to recompile the server, the same way as it was installed the first time [in the Linux Core Installation](linux-core-installation.md#configuring-for-compiling).
## Keeping the Database Up-to-Date