File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ to create files and execute the following commands:
27
27
28
28
**Linux and macOS systems **:
29
29
30
- .. class :: command-- linux
30
+ .. class :: command-linux
31
31
.. code-block :: terminal
32
32
33
33
$ cd projects/
34
34
$ symfony new blog 3.4
35
35
36
36
**Windows systems **:
37
37
38
- .. class :: command-- windows
38
+ .. class :: command-windows
39
39
.. code-block :: terminal
40
40
41
41
> cd projects/
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ executable that needs to be installed on your system only once:
22
22
23
23
**Linux and macOS systems **:
24
24
25
- .. class :: command-- linux
25
+ .. class :: command-linux
26
26
.. code-block :: terminal
27
27
28
28
$ sudo mkdir -p /usr/local/bin
@@ -31,10 +31,10 @@ executable that needs to be installed on your system only once:
31
31
32
32
**Windows systems **:
33
33
34
- .. class :: command-- windows
34
+ .. class :: command-windows
35
35
.. code-block :: terminal
36
36
37
- c:\ > php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
37
+ > php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
38
38
39
39
.. note ::
40
40
@@ -43,7 +43,7 @@ executable that needs to be installed on your system only once:
43
43
environment variable and create a ``symfony.bat `` file to create the global
44
44
command or move it to any other directory convenient for you:
45
45
46
- .. class :: command-- windows
46
+ .. class :: command-windows
47
47
.. code-block :: terminal
48
48
49
49
# for example, if WAMP is used ...
You can’t perform that action at this time.
0 commit comments