Skip to content

Commit 3b82101

Browse files
authored
Merge pull request #8112 from cakephp/ADmad-patch-1
Remove redundant 'prefer-dist' flag in installation steps
2 parents 77fa227 + 758c324 commit 3b82101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/tutorials-and-examples/cms/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
important set up tasks, such as setting the correct file permissions and

0 commit comments

Comments
 (0)