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

Commit a6872e3

Browse files
committed
add apostrophe to avoid automatic shell lookup
1 parent 27a6b76 commit a6872e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and then get the Symfony CMF code with it (this may take a while):
6060

6161
.. code-block:: bash
6262
63-
$ composer create-project symfony-cmf/standard-edition <path-to-install> ~1.2
63+
$ composer create-project symfony-cmf/standard-edition <path-to-install> '~1.2'
6464
$ cd <path-to-install>
6565
6666
.. note::

cookbook/editions/cmf_sandbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and then get the Symfony CMF code with it (this may take a while):
4848

4949
.. code-block:: bash
5050
51-
$ composer create-project --no-install symfony-cmf/sandbox <path-to-install> ~1.2
51+
$ composer create-project --no-install symfony-cmf/sandbox <path-to-install> '~1.2'
5252
$ cd <path-to-install>
5353
5454
Getting the Sandbox Code: GIT

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-
$ composer create-project symfony-cmf/standard-edition cmf ~1.2
48+
$ composer create-project symfony-cmf/standard-edition cmf '~1.2'
4949
5050
Setting up the Database
5151
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)