Skip to content

Commit a61a881

Browse files
committed
Use https for the installer file
1 parent 9de5e2c commit a61a881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Open your command console and execute the following commands:
3232

3333
.. code-block:: bash
3434
35-
$ sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
35+
$ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
3636
$ sudo chmod a+x /usr/local/bin/symfony
3737
3838
This will create a global ``symfony`` command in your system.
@@ -44,7 +44,7 @@ Open your command console and execute the following command:
4444

4545
.. code-block:: bash
4646
47-
c:\> php -r "readfile('http://symfony.com/installer');" > symfony
47+
c:\> php -r "readfile('https://symfony.com/installer');" > symfony
4848
4949
Then, move the downloaded ``symfony`` file to your project's directory and
5050
execute it as follows:

0 commit comments

Comments
 (0)