Commit 03cf933
committed
minor #14511 Updating the Installer Related Instructions (ilyabakhlin)
This PR was merged into the 3.4 branch.
Discussion
----------
Updating the Installer Related Instructions
If you execute the command according the documentation, which would be the following:
```bash
symfony new my_project_name --version=3.4
```
The response would be the following:
```bash
Symfony Installer version 1.5.11
```
However, [according the examples provided in the installer-related blog post](https://symfony.com/blog/introducing-the-new-symfony-installer), the command execution should be as follows:
```bash
symfony new my_project_name 3.4
```
Commits
-------
8cdbb39 Updating the Installer Related Instructions1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments