We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3059a7 commit 3707d20Copy full SHA for 3707d20
src/guide/start/creating-project.md
@@ -21,6 +21,7 @@ Docker users can run the following commands:
21
```sh
22
docker run --rm -it -v "$(pwd):/app" composer/composer create-project yiisoft/app your_project
23
sudo chown -R $(id -u):$(id -g) your_project
24
+make composer update
25
```
26
27
This installs the latest stable version of the Yii project template in a directory named `your_project`.
0 commit comments