Fix names
[koperkapel.git] / README
diff --git a/README b/README
index 538904020b05a0cfed8be95610c266d07786c9bb..0553d38a17bf6c4642ab132c05fa2e7059a3517b 100644 (file)
--- a/README
+++ b/README
@@ -6,3 +6,20 @@ Quickstart
 The koperkapel entry uses pygame-zero. Pygame-zero requires Python 3.
 Instructions for installing pygame-zero on various operating systems
 can be found at https://pygame-zero.readthedocs.org/en/latest/installation.html.
+
+Running the game
+================
+
+This game requires Python 3.
+
+Run the game using:
+
+$ python -m koperkapel
+
+or, if your default python is Python 2,
+
+$ python3 -m koperkapel
+
+or just
+
+$ ./run_game.py