From bc687269b0137d0f495a40862b1ab0c05770039e Mon Sep 17 00:00:00 2001 From: xereeto Date: Sat, 9 Mar 2024 18:06:35 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a10e49..7c0ad65 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ A text-based client for the popular Wordle game. usage: `python3 wordle.py` -in progress: telnet version + +alternatively, you can play it remotely: +`telnet ssh.xereeto.co.uk 7777 ` +or +`ssh wordle@ssh.xereeto.co.uk -p 9999` ![image](https://user-images.githubusercontent.com/4806744/152654176-0f1c0eee-8b6a-48cf-a5ff-272b319b1a90.png)