updated readme to describe how to circumvent the bug

This commit is contained in:
Your Name
2026-03-01 18:52:47 -06:00
parent 795f90e865
commit cf41cb45e1

View File

@@ -1 +1,3 @@
an attempt at a threaded ncurses network chat in c++
the biggest bug right now is that if you start the server without having started it previously and there isn't a server.txt and client.txt from a previous session, it doesn't work at all. It will work when you try it a second time.