Skip to content

Commit d24050a

Browse files
committed
fixed a bash call to be nice with Windows users
1 parent 7df36c0 commit d24050a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ have a ``Symfony/`` directory that looks like this:
5858

5959
.. code-block:: bash
6060
61-
./bin/vendors install
61+
php bin/vendors install
6262
6363
Checking the Configuration
6464
--------------------------

0 commit comments

Comments
 (0)