Skip to content

Commit 610b844

Browse files
authored
Merge pull request #7841 from ashcolor/ashcolor-patch-1
Update installation.rst cakephp version
2 parents 862a9cd + d1e2d7e commit 610b844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ cURL がインストールされていたら、次のように実行するのが
4242

4343
.. code-block:: console
4444
45-
php composer.phar create-project --prefer-dist cakephp/app:4.* cms
45+
php composer.phar create-project --prefer-dist cakephp/app:5.* cms
4646
4747
`Composer Windows Installer <https://getcomposer.org/Composer-Setup.exe>`_
4848
をダウンロードして実行した場合、インストールディレクトリー (例えば、 C:\\wamp\\www\\dev\\cakephp3)
4949
からターミナルに次の行を入力してください。
5050

5151
.. code-block:: console
5252
53-
composer self-update && composer create-project --prefer-dist cakephp/app:4.* cms
53+
composer self-update && composer create-project --prefer-dist cakephp/app:5.* cms
5454
5555
Composer を使うメリットは、 正しいファイルパーミッションの設定や、 **config/app.php**
5656
ファイルの作成などのように、自動的に完全なセットアップをしてくれることです。

0 commit comments

Comments
 (0)