add readme

This commit is contained in:
Quaternions 2023-08-30 21:25:34 -07:00
parent bf4c3f3154
commit 804ce4a017

8
README.md Normal file
View File

@ -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`