From e309199a3d0a3a21548f2c7d45d95f5935d3d50f Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 3 Jan 2025 03:37:43 -0800 Subject: [PATCH] strafe-client: fix readme --- strafe-client/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strafe-client/README.md b/strafe-client/README.md index d7c1688..d3d31f4 100644 --- a/strafe-client/README.md +++ b/strafe-client/README.md @@ -1,10 +1,10 @@ - + # 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` +2. `git clone https://git.itzana.me/StrafesNET/strafe-project` +3. `cd strafe-project/strafe-client` 4. `cargo run --release`