From 111d69af065d0eadf995f2182c173feb20719321 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Feb 2019 20:20:59 -0500 Subject: [PATCH] Update README.rst --- roles/minetest/README.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/roles/minetest/README.rst b/roles/minetest/README.rst index 556830359..962bf85f5 100644 --- a/roles/minetest/README.rst +++ b/roles/minetest/README.rst @@ -4,16 +4,15 @@ Minetest README For the first release the minetest server can only be installed in a Raspberry Pi. -You will need a minetest client app for your device in order to connect to the server. +To connect to the server, you will first need to download Minetest client software for each of your client devices, e.g. from: https://www.minetest.net/downloads/ -The port is nominally the standard 30000 but can be changed using the variable minetest_port and -the admin user is the usual Admin. Note that no password is required. +The port is nominally the standard 30000 but can be changed using the variable ``minetest_port`` and +the admin user is the usual ``Admin``. Note that no password is required. -Please note that the initial configuration is for creative mode and there are a number of mods installed. -(see the list in tasks/main.yml) +Please note that the initial configuration is for creative mode and there are a number of mods installed. (see the list in `tasks/main.yml `_) Locations on the Raspberry Pi ----------------------------- -- The config file is /etc/minetest/minetest.conf -- The rest of the files are a normal layout based in /library/games/minetest +- The config file is ``/etc/minetest/minetest.conf`` +- The rest of the files are a normal layout based in ``/library/games/minetest``