Skip to content

Commit 64eee44

Browse files
committed
[installation] A few tweaks per @stof
1 parent f534731 commit 64eee44

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

book/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ by running the following command from the command line:
7979
.. tip::
8080

8181
You can call ``php bin/vendors.php --min`` if you don't want all of the
82-
Git history for your vendor libraries. This also makes the installation
83-
much faster.
82+
Git history for your vendor libraries. This makes the installation much
83+
faster, but you can't "freeze" your vendor libraries later at an arbitrary
84+
point.
8485

8586
This command downloads all of the necessary vendor libraries - including Symfony
8687
itself - into the ``vendor/`` directory.

reference/requirements.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Requirements for running Symfony2
66

77
To run Symfony2, your system needs to adhere to a list of requirements. You can
88
easily see if your system passes all requirements by running the ``web/config.php``
9-
in your symfony distribution. To check your requirements from the command
10-
line, run:
9+
in your symfony distribution. Since the CLI often uses a different ``php.ini``
10+
configuration file, it's also a good idea to check your requirements from
11+
the command line via:
1112

1213
.. code-block:: bash
1314

0 commit comments

Comments
 (0)