From: Christian Heller Date: Thu, 26 Nov 2020 19:52:18 +0000 (+0100) Subject: Fix README. X-Git-Url: https://plomlompom.com/repos/feed.xml?a=commitdiff_plain;h=10c5e2798f1b333310549e8e4052bda7f8780212;p=plomrogue2 Fix README. --- diff --git a/README.txt b/README.txt index 48b36aa..2ab9493 100644 --- a/README.txt +++ b/README.txt @@ -31,11 +31,15 @@ world. To connect the example curses server to the TCP port of the server: $ ./rogue_chat_curses.py 'localhost:5000' -To connect the example curses server to the WebSocket port of the server: +To connect the example curses client to the WebSocket port of the server: $ ./rogue_chat_curses.py 'ws://localhost:8000/' The following automatically install the curses client's dependencies in a Python virtual environment and runs the client against 'wss://plomlompom.com/rogue_chat/', where an example RogueChat server -runs. The same is targeted by ./rogue_chat.html, an example web browser -client that emulates the curses client via HTML and JavaScript. +runs: + +$ ./rogue_chat_curses.sh + +The same is targeted by ./rogue_chat.html, an example web browser client +that emulates the curses client via HTML and JavaScript.