diff options
author | unique-usernames-are-annoying <122932115+unique-usernames-are-annoying@users.noreply.github.com> | 2024-11-18 19:09:20 +0100 |
---|---|---|
committer | unique-usernames-are-annoying <122932115+unique-usernames-are-annoying@users.noreply.github.com> | 2024-11-18 19:09:20 +0100 |
commit | c2eff44ac3d165fef2fb92e433157bcf4f692b91 (patch) | |
tree | efcf5f6fe3e42d69abc0e5ba58b588142b247dfb /docs/contribution-quickstart-guide.md | |
parent | 9455c807d392e2cdd11c7f3cc89dd567422faa99 (diff) |
Fix quickstart guide to recommend scons 4.7.0separate
And also update some of the outdated pictures.
Diffstat (limited to 'docs/contribution-quickstart-guide.md')
-rw-r--r-- | docs/contribution-quickstart-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contribution-quickstart-guide.md b/docs/contribution-quickstart-guide.md index e5f780d..7d6a44f 100644 --- a/docs/contribution-quickstart-guide.md +++ b/docs/contribution-quickstart-guide.md @@ -29,12 +29,12 @@ ## 3. Scons -- Open Windows Powershell and run the command `pip install scons` +- Open Windows Powershell and run the command `pip install scons==4.7.0` ![](images/installation/scons-install.png) ## 4. [Godot](https://github.com/godotengine/godot/releases/latest) -- Download Godot 4. The current version for the project will be on the [main README](../README.md) page. +- Download Godot 4.2.2 The current version for the project will be on the [main README](../README.md) page. ![](images/installation/godot-dl-page.png) |