]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - README.md
Change the required cvar name. Fixes #23.
[xonotic/xonstat.git] / README.md
index 4bf59d785909df7d92cd70d4afb17bf9cf0f4aa9..931c313d69ae5dcd5f1dcb52e1ff5e376d5946bd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,15 +18,15 @@ The other setting to change is "session.secret," which is used to keep your web
 
 To start the server run the following from the root directory. I recommend running this within a GNU screen session:
 
-    paster serve development.ini #(or production.ini if you've configured that settings file instead)
+    pserve --reload development.ini #(or production.ini if you've configured that settings file instead)
 
-To get a Xonotic server configured to use this server, change the CVAR `g_playerstats_uri` to point to the correct host, port, and URL path. By default this is:
+To get a Xonotic server configured to use this server, change the CVAR `g_playerstats_gamereport_uri` to point to the correct host, port, and URL path. By default this is:
 
     http://localhost:6543/stats/submit
 
 ...so in the server console (or in your config) you can put:
 
-    set g_playerstats_uri http://localhost:6543/stats/submit
+    set g_playerstats_gamereport_uri http://localhost:6543/stats/submit
 
 If you have any questions or issues please open up a bug report here, or - better yet ! - fork it and send me a pull request.