diff --git a/src/client/sdk/unity.md b/src/client/sdk/unity.md index a010178f..e3a13b94 100644 --- a/src/client/sdk/unity.md +++ b/src/client/sdk/unity.md @@ -13,7 +13,7 @@ Ensure that you're using the latest supported Dojo [version](https://github.com/ If you are using Windows or Linux, you will need to build [dojo.c](https://github.com/dojoengine/dojo.c) yourself. Make sure that you're using the latest supported version ```bash -git clone git@github.com:dojoengine/dojo.c.git +git clone https://github.com/dojoengine/dojo.c cargo build --release ```