We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186f57f commit 292b6d3Copy full SHA for 292b6d3
1 file changed
docs/getting_started/Installation.md
@@ -15,10 +15,10 @@ If you want to use **docker** please follow [this](./docker) way.
15
16
### Download the project
17
18
-Rename `YourProject` with the name of your project. Be aware of the version you want to install (here `2.5.5`) :
+Rename `YourProject` with the name of your project. Be aware of the version you want to install (here `2.6.0`) :
19
20
```bash
21
-composer create-project thelia/thelia-project YourProject 2.5.5
+composer create-project thelia/thelia-project YourProject 2.6.0
22
```
23
24
You can say `yes` for the recipes.
0 commit comments