Skip to content

Commit 32bfa62

Browse files
committed
add cookiecutter description
1 parent ab9a7b6 commit 32bfa62

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Additionally, it enables customization of the live coding environemnt, including
3030
### From the terminal
3131

3232
```bash
33-
git cloneh https://github.com/machinekoder/cpp-qt-live-coding.git
33+
git clone https://github.com/machinekoder/cpp-qt-live-coding.git
3434
cd cpp-qt-live-coding
3535
mkdir build
3636
cd build
@@ -39,6 +39,15 @@ make -j$(nproc)
3939
make install
4040
```
4141

42+
### Cookiecutter project template
43+
44+
The easiest way to create a new project with live-coding enable is to use the [Cookiecutter template](https://github.com/machinekoder/cookiecutter-qtquick-qmake-catch-trompeloeil-live).
45+
46+
```bash
47+
pip install cookiecutter
48+
cookiecutter gh:machinekoder/cookiecutter-qtquick-qmake-catch-trompeloeil-live
49+
```
50+
4251
## How to Use
4352

4453
To use the live coding environment, you need to follow these steps:

0 commit comments

Comments
 (0)