Skip to content

Commit

Permalink
Merge pull request symfony#570
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] authored Apr 9, 2019
2 parents f110dd1 + eaec92b commit fc8f132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions symfony/framework-bundle/3.3/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<bg=blue;fg=white> </>

* <fg=blue>Run</> your application:
1. Change to the project directory
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command
3. Run <comment>composer require server --dev</> to install the development web server,
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,
or run <comment>composer require server --dev</> for a minimalist one

* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>
6 changes: 3 additions & 3 deletions symfony/framework-bundle/4.2/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<bg=blue;fg=white> </>

* <fg=blue>Run</> your application:
1. Change to the project directory
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command
3. Run <comment>composer require server --dev</> to install the development web server,
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,
or run <comment>composer require server --dev</> for a minimalist one

* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>

0 comments on commit fc8f132

Please sign in to comment.