Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ab3f958

Browse files
committed
always tell to use composer create-project with the right version
1 parent 707e34c commit ab3f958

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

book/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ and then get the Symfony CMF code with it (this may take a while):
6060

6161
.. code-block:: bash
6262
63-
$ php composer.phar create-project symfony-cmf/standard-edition <path-to-install>
64-
$ cd <path-to-install>
63+
$ php composer.phar create-project symfony-cmf/standard-edition cmf ~1.1
64+
$ cd cmf
6565
6666
.. note::
6767

cookbook/editions/cmf_sandbox.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ For unix systems, you can get the start-stop script for ``/etc/init.d``
6767
Getting the Sandbox Code
6868
~~~~~~~~~~~~~~~~~~~~~~~~
6969

70-
The Symfony CMF Sandbox source code is available on github. To get it use:
70+
The Symfony CMF Sandbox source code is available on github. To install it, do:
7171

7272
.. code-block:: bash
7373
74-
$ git clone git://github.com/symfony-cmf/cmf-sandbox.git
74+
$ php composer.phar create-project symfony-cmf/sandbox cmf-sandbox ~1.1
7575
7676
Move into the folder and copy the default configuration files:
7777

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The best way to download the Symfony CMF Standard Edition is using Composer_:
4545

4646
.. code-block:: bash
4747
48-
$ php composer.phar create-project symfony-cmf/standard-edition <path-to-install>
48+
$ php composer.phar create-project symfony-cmf/standard-edition cmf ~1.1
4949
5050
Setting up the Database
5151
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)