File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Open your command console and execute the following commands:
32
32
33
33
.. code-block :: bash
34
34
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
36
36
$ sudo chmod a+x /usr/local/bin/symfony
37
37
38
38
This will create a global ``symfony `` command in your system.
@@ -44,7 +44,7 @@ Open your command console and execute the following command:
44
44
45
45
.. code-block :: bash
46
46
47
- c:\> php -r " readfile('http ://symfony.com/installer');" > symfony
47
+ c:\> php -r " readfile('https ://symfony.com/installer');" > symfony
48
48
49
49
Then, move the downloaded ``symfony `` file to your project's directory and
50
50
execute it as follows:
You can’t perform that action at this time.
0 commit comments