diff --git a/README.md b/README.md index 2b50f009..d7d01b0e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Clone the repository and launch the demo: ```bash git clone https://github.com/untoldengine/UntoldEngine.git cd UntoldEngine +git checkout v0.12.10 swift run untolddemo ``` diff --git a/docs/API/GettingStarted.md b/docs/API/GettingStarted.md index a0f5426a..fbbaa681 100644 --- a/docs/API/GettingStarted.md +++ b/docs/API/GettingStarted.md @@ -23,6 +23,7 @@ Clone the repository and launch the demo: ```bash git clone https://github.com/untoldengine/UntoldEngine.git cd UntoldEngine +git checkout v0.12.10 swift run untolddemo ```