summaryrefslogtreecommitdiffstats
path: root/games/wesnoth/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/README')
-rw-r--r--games/wesnoth/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/wesnoth/README b/games/wesnoth/README
index 9702250403..0bdd0df0d8 100644
--- a/games/wesnoth/README
+++ b/games/wesnoth/README
@@ -3,14 +3,15 @@ environment, where players can build an army of different kinds of
fighters from races such as elves, dwarves, orcs, trolls, and more.
It is a turn-based strategy game on a hexgrid with several challenging
-single-player campaigns and different kind of multi-player matches.
+single-player campaigns and different kinds of multi-player matches.
If you want to compile the wesnothd server and campaign server you can
run the script as follows: SERVER=yes ./wesnoth.SlackBuild
-please note that the server UID and GID are not required at compile time but
-will be required at runtime under the UID/GID specified in the buildscript.
-You can create the user and group for the wesnoth server as follows:
+Please note that the server UID and GID are not required at compile
+time but will be required at runtime under the UID/GID specified in
+the buildscript. You can create the user and group for the wesnoth
+server as follows:
# groupadd -g 229 wesnoth
# useradd -u 229 -d /dev/null -s /bin/false -g wesnoth wesnoth