From 804ce4a01711f8b2558bd74fec2df74b3f56f99d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 30 Aug 2023 21:25:34 -0700 Subject: [PATCH] add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c73835f --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Strafe Client +In development client for jumping on squares (and riding on triangles) + +## How to build and run +1. Have rust and git installed +2. `git clone https://git.itzana.me/StrafesNET/strafe-client` +3. `cd strafe-client` +4. `cargo run --release`