From 667c0b666fe889ab5c0bfdf15e1f60e8a5b778da Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Thu, 28 Sep 2023 21:09:26 -0500 Subject: [PATCH] docs(readme): add note about using latest version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db0a1f9..7cd2e05 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ Explore the files in `src/config` to modify pairing and relay server configurati ### Troubleshooting +If you run into any issues with a custom Chitchatter installation, first ensure that you are using [the latest version of the code](https://github.com/jeremyckahn/chitchatter/tree/main). + #### Peers won't connect This could happen for a variety of reasons. The most likely of which is that one or more peers cannot connect directly and must use the configured STUN/TURN relay as a fallback. The standard relay is free and does not guarantee any level of service, so it may simply be unavailable for some time (or just not work at all for some users). There's not much to do other than wait until it becomes available again, or possibly try from another device or location.