File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
en/tutorials-and-examples/cms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ in the **cms** directory of the current working directory:
4545
4646.. code-block :: console
4747
48- php composer.phar create-project --prefer-dist cakephp/app:5 cms
48+ php composer.phar create-project cakephp/app:5 cms
4949
5050 If you downloaded and ran the `Composer Windows Installer
5151<https://getcomposer.org/Composer-Setup.exe> `_, then type the following line in
@@ -54,7 +54,7 @@ C:\\wamp\\www\\dev):
5454
5555.. code-block :: console
5656
57- composer self-update && composer create-project --prefer-dist cakephp/app:5.* cms
57+ composer self-update && composer create-project cakephp/app:5.* cms
5858
5959 The advantage to using Composer is that it will automatically complete some
6060important set up tasks, such as setting the correct file permissions and
You can’t perform that action at this time.
0 commit comments