diff --git a/install/templates/greet.tpl b/install/templates/greet.tpl
index 20e9df2d..c8af16c9 100644
--- a/install/templates/greet.tpl
+++ b/install/templates/greet.tpl
@@ -19,18 +19,20 @@
Last but not least, Enjoy.
+
-
- CHMOD:
- - install to 777
- - GameEngine to 777
- After CHMOD:
- - Delete install folder
- - Change CHMOD GameEngine back to 644 and CHMOD 777: Prevention, Notes
+ Before Installation (Linux):
+ - CHMOD install to 777 (chmod -R 777 install)
+ - CHMOD GameEngine to 777 (chmod -R 777 GameEngine)
+ After Installation
+ - Delete install folder (sudo rm -R install)
+ - CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)
+ - CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)
+ - CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)
- TravianX Team
+ TravianZ Team