chiark / gitweb /
improve the README slightly
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Nov 2020 00:49:49 +0000 (00:49 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Nov 2020 00:49:49 +0000 (00:49 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index a71b027350f0fa5ec014f029a1008b86a3f2bc91..882023d0651e5d39b85462f93d6e430f42f7060d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,11 +22,13 @@ JOINING A GAME
 
 In the simplest case:
   otter join-game unix:<user>::<game-name>
+e.g.
+  otter join-game unix:ijackson::test
 
 See otter --help for further options, including setting your nick.
 
 Currently when a new player joins a game (with the `otter` command),
-all the other players must restart.
+all the other players must reload the page.
 
 
 CREATING A GAME
@@ -53,6 +55,9 @@ suitable for fairy chess etc.
 
 See otter --help for some more options.
 
+Currently, resetting a game (or otherwise adding or removing pieces)
+will mean all the players will get errors until they reload the page.
+
 
 MAKING YOUR OWN GAME
 ====================