For our Rust, C++, and Node.js templates, recommend the use of a zip archive download instead of git

This removes any git history of ours from the download, and removes the need to have git installed.
This commit is contained in:
Simon Hausmann 2024-09-18 10:14:48 +02:00 committed by Simon Hausmann
parent 902cb17865
commit ddfbd1821a
4 changed files with 21 additions and 11 deletions

View file

@ -89,7 +89,7 @@ game.
## Template
You can clone the [Template Repository](https://github.com/slint-ui/slint-cpp-template) repository with
You can check out the [Slint C++ Template](https://github.com/slint-ui/slint-cpp-template) with
the code of a minimal C++ application using Slint. It provides a convenient starting point to a new program.
Of course you can also read on: We will cover some recipes to handle common