Improved SETUP.md wording a bit.

This commit is contained in:
Sascha L. Teichmann 2015-03-04 12:53:07 +01:00
parent f2b139eabb
commit 02c3916bc8

View File

@ -135,9 +135,10 @@ to
var useWebsocket = true; // Set to true if you want websocket support
the web client gets an extra 'auto update' mode. When switched on the server
the web client gets an extra 'auto update' button. When switched on the server
informs the client if something in the maps has changed. The displayed map will
then update automatically. Of cause your browser needs Websocket support, too.
then update automatically without the need of manual pressing the 'update view'
button. Of cause your browser needs Websocket support, too.
## Configure and restart the Minetest server
@ -152,4 +153,3 @@ backend with a Redis configuration:
You may have to set `redis_port` too if you run `mtredisalize` not on port 6379.
Now we are all done and you can fire your Minetest server up again. :-)