diff options
author | Gilles Henaux <gill.henaux@gmail.com> | 2022-10-25 13:05:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 13:05:32 +0200 |
commit | 57fad39860bce84bcf912bc4ebc319b10c7002fe (patch) | |
tree | cfc66a43b1009882e2670535f52102388d4827ad /README.md | |
parent | afccf9032f4b18094eb7af90c0325606c82e14bf (diff) |
Add terminal chat demo to the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,8 @@ This demo comes with an headless [server](examples/chat_server/), a [terminal cl Start the server with `cargo run --example chat_server` and as many clients as needed with `cargo run --example terminal_chat_client`. Type `quit` to disconnect with a client. + + ## Logs For logs configuration, see the unoffical [bevy cheatbook](https://bevy-cheatbook.github.io/features/log.html). |