From c8ff4423ef9420b6169882c32a36da02080c0761 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 26 Jun 2016 12:41:25 -0400 Subject: [PATCH] Use pserve, not paster. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf59d7..60652c3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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: -- 2.39.2