From fd090c57214a9d2e567e488dcb07d3e56215d78b Mon Sep 17 00:00:00 2001 From: Trevor Settles Date: Thu, 16 Nov 2023 19:19:12 -0700 Subject: [PATCH] feat: added commands of how to run --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e636e8e..04277b8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ This runs multplayer games, and manager connections between players This is generally the player's interface. It will be capable of running single player games, and connecting to a server for mulitplayer games. +`cargo run --bin game` + ### CI I'm trying out [Dagger](https://dagger.io) for CI.