Skip to content

Commit 3fbf2b2

Browse files
authored
Update README.md
1 parent 8082e46 commit 3fbf2b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ The Customizer allows template project authors to ask users questions during
2323
the `composer create-project` command and then update the code base based on
2424
their answers.
2525

26+
## TL;DR
27+
28+
Run the command below to create a new project from the [template project example](https://github.com/AlexSkrypnyk/template-project-example)
29+
and see the Customizer in action:
30+
31+
```bash
32+
composer create-project alexskrypnyk/template-project-example my-project
33+
```
34+
2635
## Features
2736

2837
- Can be included as a dependency

0 commit comments

Comments
 (0)