From dac80deb7c62ec5b5e624c115003894e7074c0d7 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sat, 20 Jul 2024 23:10:22 -0400 Subject: [PATCH] test --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b3bf676..109a129 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,8 @@ This started as a problem trying to play games with friends who are all on diffe ### Server With auto-reload: * [Install cargo-watch](https://github.com/watchexec/cargo-watch?tab=readme-ov-file#install) -* ``` + +```sh watch -i client -cx run ```